Skip to content

Commit

Permalink
Merge pull request #197 from anothrNick/use_masterlocal
Browse files Browse the repository at this point in the history
Use master for auto releasing this repo
  • Loading branch information
sammcj committed Oct 4, 2022
2 parents c15fbc2 + 2acf0a7 commit 5e3ca72
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Expand Up @@ -18,7 +18,7 @@ jobs:

- name: version-tag
id: tag
uses: anothrNick/github-tag-action@1.51.0 # if we use 1 there is a too-be-fixed bug https://github.com/anothrNick/github-tag-action/actions/runs/3139501775/jobs/5099976842#step:1:35
uses: anothrNick/github-tag-action@master # if we use 1 there is a too-be-fixed bug https://github.com/anothrNick/github-tag-action/actions/runs/3139501775/jobs/5099976842#step:1:35 alternatvelly we can use v1
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

Expand Down

0 comments on commit 5e3ca72

Please sign in to comment.