Skip to content

Commit bf1855c

Browse files
Bump anothrNick/github-tag-action
Bumps the github-actions group with 1 update in the / directory: [anothrNick/github-tag-action](https://github.com/anothrnick/github-tag-action). Updates `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 dependency-group: github-actions ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 67a957f commit bf1855c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build-tag-publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ jobs:
5252

5353
- name: Bump version and push tag
5454
if: ${{ success() && github.ref == 'refs/heads/main' && github.repository == 'linkedin/openhouse' }}
55-
uses: anothrNick/github-tag-action@1.69.0
55+
uses: anothrNick/github-tag-action@1.71.0
5656
env:
5757
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
5858
WITH_V: true # prefix for tag "v"

0 commit comments

Comments
 (0)