Skip to content

hotfix: add no follow symlinks flag to ignore symlink (#233) #65

hotfix: add no follow symlinks flag to ignore symlink (#233)

hotfix: add no follow symlinks flag to ignore symlink (#233) #65

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/[email protected]
with:
GITHUB_TOKEN: '${{ secrets.GH_AUTH_TOKEN }}'
tag_prefix: 'v'