Skip to content

hotfix: auto tag action version fixed (#226) #60

hotfix: auto tag action version fixed (#226)

hotfix: auto tag action version fixed (#226) #60

Workflow file for this run

name: Create Tag on package.json update
on:
push:
branches:
- master
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
with:
token: '${{ secrets.PERSONAL_ACCESS_TOKEN }}'
fetch-depth: 0
- uses: butlerlogic/[email protected]
with:
GITHUB_TOKEN: '${{ secrets.PERSONAL_ACCESS_TOKEN }}'
tag_prefix: 'v'