Skip to content

Commit 789adf2

Browse files
committed
chore: add tagging action to nightly release
1 parent f50b673 commit 789adf2

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

.github/workflows/nightly.yml

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,5 +76,10 @@ jobs:
7676
if: steps.version.outputs.NEXT_VERSION
7777
env:
7878
VERSION: ${{ steps.version.outputs.NEXT_VERSION }}
79-
WITH_TAG: true
8079
DIST_TAG: nightly
80+
81+
- name: Tag
82+
uses: mathieudutour/[email protected]
83+
with:
84+
github_token: ${{ secrets.GITHUB_TOKEN }}
85+
custom_tag: ${{ steps.version.outputs.NEXT_VERSION }}

0 commit comments

Comments
 (0)