chore: upgrade dependencies and workflows to resolve security alerts … #8
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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" |