Skip to content

Commit ecd6e8e

Browse files
authored
Update main.yml
1 parent 349d026 commit ecd6e8e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
- name: build release
2828
run: yarn build
2929
- name: create distribution
30-
run: node ./tools/distribute.js ${{ github.ref_name.split("/").pop() }}
30+
run: node ./tools/distribute.js ${{ github.ref_name }}
3131
env:
3232
API_KEY: ${{ secrets.API_KEY }}
3333
APP_ID: ${{ secrets.SECRET_KEY }}

0 commit comments

Comments
 (0)