Skip to content

Commit b9879e8

Browse files
Tag via anothrNick/github-tag-action (#40)
1 parent 309ad56 commit b9879e8

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

.github/workflows/release.yml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,10 +52,14 @@ jobs:
5252
ASTGEN_VERSION=$(./astgen-linux --version)
5353
echo "ASTGEN_VERSION=$ASTGEN_VERSION" >> $GITHUB_ENV
5454
echo "astgen version is: $ASTGEN_VERSION"
55+
- name: Set next release version
56+
uses: anothrNick/[email protected]
57+
env:
58+
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
59+
CUSTOM_TAG: v${{ env.ASTGEN_VERSION }}
5560
- name: Upload binaries to release
5661
uses: svenstaro/upload-release-action@v2
5762
with:
58-
promote: true
5963
overwrite: true
6064
file_glob: true
6165
repo_token: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)