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