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 b201146 commit 7494d25Copy full SHA for 7494d25
.github/workflows/release.yml
@@ -18,8 +18,8 @@ jobs:
18
run: |
19
npm install
20
npm run build
21
- tar -czvf docsfr.tar.gz docs
+ tar -czvf docsfr-${{ github.ref }}.tar.gz docs
22
- name: Release
23
- run: gh release create ${{ github.ref }} ./docsfr.tar.gz
+ run: gh release create ${{ github.ref }} ./docsfr-${{ github.ref }}.tar.gz
24
env:
25
GITHUB_TOKEN: ${{ secrets.GH_TOKEN }}
0 commit comments