Skip to content

Commit 66ae077

Browse files
author
hjonin
committed
Fix release.yml
1 parent cebcbdf commit 66ae077

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,8 @@ jobs:
1818
run: |
1919
npm install
2020
npm run build
21-
tar -czvf docsfr-${{ github.ref }}.tar.gz docs
21+
tar -czvf docsfr-${{ github.ref_name }}.tar.gz docs
2222
- name: Release
23-
run: gh release create ${{ github.ref }} ./docsfr-${{ github.ref }}.tar.gz
23+
run: gh release create ${{ github.ref }} ./docsfr-${{ github.ref_name }}.tar.gz
2424
env:
2525
GITHUB_TOKEN: ${{ secrets.GH_TOKEN }}

0 commit comments

Comments
 (0)