Skip to content

chore(deps-dev): bump @semantic-release/github from 9.0.5 to 10.1.5 #67

chore(deps-dev): bump @semantic-release/github from 9.0.5 to 10.1.5

chore(deps-dev): bump @semantic-release/github from 9.0.5 to 10.1.5 #67

Workflow file for this run

name: Release postcode-validator
on:
push:
branches:
- master
jobs:
release:
name: Release
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
with:
fetch-depth: 0
persist-credentials: false
- name: Setup Node.js
uses: actions/setup-node@v4
with:
node-version: 20
cache: 'npm'
- name: Install dependencies
run: npm ci
- name: Lint
run: npm run lint
- name: Test
run: npm test
- name: Build
run: npm run build
- name: Release
env:
GITHUB_TOKEN: ${{ secrets.GH_TOKEN }}
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
run: npx semantic-release