Skip to content

Commit 96ab650

Browse files
fix: Github actions publish
1 parent b7d0861 commit 96ab650

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

.github/workflows/publish.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,4 +30,5 @@ jobs:
3030
with:
3131
arguments: publish
3232
env:
33-
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
33+
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
34+
RELEASE_VERSION: ${{ env.RELEASE_VERSION }}

0 commit comments

Comments
 (0)