Skip to content

Commit

Permalink
Bump anothrNick/github-tag-action from 1.69.0 to 1.71.0
Browse files Browse the repository at this point in the history
Bumps [anothrNick/github-tag-action](https://github.com/anothrnick/github-tag-action) from 1.69.0 to 1.71.0.
- [Release notes](https://github.com/anothrnick/github-tag-action/releases)
- [Commits](anothrNick/github-tag-action@1.69.0...1.71.0)

---
updated-dependencies:
- dependency-name: anothrNick/github-tag-action
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Sep 23, 2024
1 parent 282618d commit 140d49c
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 @@ -117,7 +117,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.69.0
uses: anothrNick/github-tag-action@1.71.0
env:
DRY_RUN: true
DEFAULT_BUMP: none
Expand Down Expand Up @@ -183,7 +183,7 @@ jobs:
# https://github.com/marketplace/actions/github-tag-bump
- name: Bump version and push tag
id: StepBump
uses: anothrNick/github-tag-action@1.69.0
uses: anothrNick/github-tag-action@1.71.0
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
DEFAULT_BUMP: none
Expand Down

0 comments on commit 140d49c

Please sign in to comment.