Skip to content

Commit 04ed4ca

Browse files
author
Jeffrey Koehler
committed
remove dupe id
1 parent ec0a54a commit 04ed4ca

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

.github/workflows/version-and-release.yml

-2
Original file line numberDiff line numberDiff line change
@@ -20,15 +20,13 @@ jobs:
2020
GIT_API_TAGGING: false
2121
DEFAULT_BUMP: patch
2222
- name: Tag Major
23-
id: tag
2423
uses: anothrNick/[email protected]
2524
env:
2625
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
2726
VERBOSE: true
2827
GIT_API_TAGGING: false
2928
CUSTOM_TAG: v${{ steps.tag.outputs.major }}
3029
- name: Tag Minor
31-
id: tag
3230
uses: anothrNick/[email protected]
3331
env:
3432
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)