Skip to content

Commit

Permalink
change github-tag-action version
Browse files Browse the repository at this point in the history
  • Loading branch information
hrzn committed Apr 13, 2022
1 parent a9be91c commit 65b85f5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ jobs:
commit_user_email: [email protected]

- name: "9. Publish new tag"
uses: LeoTafti/github-tag-action@master
uses: hrzn/github-tag-action@master
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
CUSTOM_TAG: ${{steps.bump_dry.outputs.new_tag}}
Expand All @@ -84,7 +84,7 @@ jobs:
uses: actions/checkout@v2

- name: "2. Determine current version"
uses: LeoTafti/github-tag-action@master
uses: hrzn/github-tag-action@master
id: bump_dry
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
Expand Down

0 comments on commit 65b85f5

Please sign in to comment.