We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent edfd476 commit 7ec3793Copy full SHA for 7ec3793
.github/workflows/release.yml
@@ -26,10 +26,12 @@ jobs:
26
pnpm zip:firefox
27
28
- name: Generate GitHub Release with Changelog
29
+ run: pnpx changelogithub
30
+ env:
31
+ GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
32
+
33
+ - name: Upload assets to release
34
run: |
- pnpx changelogithub
- gh release upload ${{ github.ref_name }} \
- ./.output/*-chrome.zip#"UCAN Devtools - Chrome Ext" \
- ./.output/*-firefox.zip#"UCAN Devtools - Firefox Ext"
35
+ gh release upload ${{ github.ref_name }} ./.output/*-chrome.zip ./.output/*-firefox.zip
36
env:
37
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
0 commit comments