Skip to content

Update tests (#471) #359

Update tests (#471)

Update tests (#471) #359

Workflow file for this run

name: 'tag'
on:
push:
branches:
- master
jobs:
tag:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: ./
with:
token: ${{ secrets.GITHUB_TOKEN }}
version_assertion_command: 'grep -q "\"version\": \"$version\"" package.json && grep -q "^ \"version\": \"$version\"" package-lock.json'
version_tag_prefix: 'v'
annotated: true