Skip to content

Commit

Permalink
Merge pull request #137 from stakater/renovate/anothrnick-github-tag-…
Browse files Browse the repository at this point in the history
…action-1.x

Update anothrNick/github-tag-action action to v1.70.0
  • Loading branch information
Bharath Nallapeta authored Aug 7, 2024
2 parents e59cf74 + acf8eb3 commit 44f3427
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ jobs:
- name: Generate Tag
id: generate_tag
uses: anothrNick/github-tag-action@1.69.0
uses: anothrNick/github-tag-action@1.70.0
env:
GITHUB_TOKEN: ${{ secrets.STAKATER_GITHUB_TOKEN }}
WITH_V: true
Expand Down Expand Up @@ -80,7 +80,7 @@ jobs:
# Generate tag for operator without "v"
- name: Generate Operator Tag
id: generate_operator_tag
uses: anothrNick/github-tag-action@1.69.0
uses: anothrNick/github-tag-action@1.70.0
env:
GITHUB_TOKEN: ${{ secrets.STAKATER_GITHUB_TOKEN }}
WITH_V: false
Expand Down Expand Up @@ -136,7 +136,7 @@ jobs:
github_token: ${{ secrets.STAKATER_GITHUB_TOKEN }}
branch: master
- name: Push Latest Tag
uses: anothrNick/github-tag-action@1.69.0
uses: anothrNick/github-tag-action@1.70.0
env:
GITHUB_TOKEN: ${{ secrets.STAKATER_GITHUB_TOKEN }}
WITH_V: true
Expand Down

0 comments on commit 44f3427

Please sign in to comment.