Skip to content

Commit

Permalink
chore(deps): update anothrnick/github-tag-action action to v1.71.0 (#348
Browse files Browse the repository at this point in the history
)
  • Loading branch information
MuneebAijaz authored Sep 25, 2024
2 parents 08fb419 + 2d280c2 commit 8d66c5e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/push.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ jobs:
# Generate tag for chart without "v" prefix
- name: Generate Tag
id: generate_tag
uses: anothrNick/github-tag-action@1.70.0
uses: anothrNick/github-tag-action@1.71.0
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
WITH_V: false
Expand Down Expand Up @@ -143,7 +143,7 @@ jobs:
branch: ${{ inputs.RELEASE_BRANCH }}

- name: Push Latest Tag
uses: anothrNick/github-tag-action@1.70.0
uses: anothrNick/github-tag-action@1.71.0
env:
GITHUB_TOKEN: ${{ secrets.PUBLISH_TOKEN }}
WITH_V: true
Expand Down

0 comments on commit 8d66c5e

Please sign in to comment.