Skip to content

Commit

Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore(deps): bump anothrNick/github-tag-action in the main group
Browse files Browse the repository at this point in the history
Bumps the main group with 1 update: [anothrNick/github-tag-action](https://github.com/anothrnick/github-tag-action).


Updates `anothrNick/github-tag-action` from 1.70.0 to 1.71.0
- [Release notes](https://github.com/anothrnick/github-tag-action/releases)
- [Commits](anothrNick/github-tag-action@1.70.0...1.71.0)

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

Signed-off-by: dependabot[bot] <[email protected]>
dependabot[bot] authored Oct 14, 2024
1 parent 942bf9e commit 4fc76c0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/releaser.yml
Original file line number Diff line number Diff line change
@@ -18,7 +18,7 @@ jobs:
with:
fetch-depth: 0
- id: version
uses: anothrNick/github-tag-action@1.70.0
uses: anothrNick/github-tag-action@1.71.0
env:
GITHUB_TOKEN: ${{ github.token }}
WITH_V: true
@@ -42,7 +42,7 @@ jobs:
GIT_SHA=$(git rev-parse HEAD)
echo "sha=${GIT_SHA::7}" >> $GITHUB_OUTPUT
- id: tag
uses: anothrNick/github-tag-action@1.70.0
uses: anothrNick/github-tag-action@1.71.0
env:
GITHUB_TOKEN: ${{ github.token }}
WITH_V: true

0 comments on commit 4fc76c0

Please sign in to comment.