Skip to content

Commit 71b077f

Browse files
committed
Trying to fix release tagging
1 parent cec7137 commit 71b077f

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/ccpp.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ jobs:
77
runs-on: ubuntu-latest
88
steps:
99
- uses: actions/checkout@v2
10-
- name: Bump version and push tag
10+
- name: Get next version
1111
id: tag
1212
uses: anothrNick/[email protected]
1313
env:
@@ -93,8 +93,8 @@ jobs:
9393
env:
9494
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
9595
with:
96-
tag_name: ${{ steps.tag.outputs.new_tag }}
97-
release_name: Release ${{ steps.tag.outputs.new_tag }}
96+
tag_name: ${{ steps.tag.outputs.tag }}
97+
release_name: Release ${{ steps.tag.outputs.tag }}
9898
draft: false
9999
prerelease: false
100100
- name: download artifacts

0 commit comments

Comments
 (0)