Skip to content

hotfix: auto tag package version fixed (#36) #12

hotfix: auto tag package version fixed (#36)

hotfix: auto tag package version fixed (#36) #12

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.GH_AUTH_TOKEN }}"
fetch-depth: 0
- uses: butlerlogic/action-autotag@1.1.2
with:
GITHUB_TOKEN: "${{ secrets.GH_AUTH_TOKEN }}"
tag_prefix: "v"