Skip to content

Commit

Permalink
Merge pull request #6 from skst/dependabot/github_actions/anothrNick/…
Browse files Browse the repository at this point in the history
…github-tag-action-1.71.0

Bump anothrNick/github-tag-action from 1.70.0 to 1.71.0
  • Loading branch information
skst authored Nov 21, 2024
2 parents ad8b147 + bdbc7e6 commit 79b11d1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/dotnet.yml
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,7 @@ jobs:
# The action does not output that, so we perform a dry run to get the tag without 'v'.
- name: Get tag without 'v' prefix
id: StepTagNoV
uses: anothrNick/github-tag-action@1.70.0
uses: anothrNick/github-tag-action@1.71.0
env:
DRY_RUN: true
DEFAULT_BUMP: none
Expand Down Expand Up @@ -179,7 +179,7 @@ jobs:
# https://github.com/marketplace/actions/github-tag-bump
- name: Bump version and push tag
id: StepBump
uses: anothrNick/github-tag-action@1.70.0
uses: anothrNick/github-tag-action@1.71.0
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
DEFAULT_BUMP: none
Expand Down

0 comments on commit 79b11d1

Please sign in to comment.