We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 349d026 commit ecd6e8eCopy full SHA for ecd6e8e
.github/workflows/main.yml
@@ -27,7 +27,7 @@ jobs:
27
- name: build release
28
run: yarn build
29
- name: create distribution
30
- run: node ./tools/distribute.js ${{ github.ref_name.split("/").pop() }}
+ run: node ./tools/distribute.js ${{ github.ref_name }}
31
env:
32
API_KEY: ${{ secrets.API_KEY }}
33
APP_ID: ${{ secrets.SECRET_KEY }}
0 commit comments