Skip to content

Commit

Permalink
Fix release.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
hjonin committed Nov 7, 2023
1 parent cebcbdf commit 66ae077
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,8 @@ jobs:
run: |
npm install
npm run build
tar -czvf docsfr-${{ github.ref }}.tar.gz docs
tar -czvf docsfr-${{ github.ref_name }}.tar.gz docs
- name: Release
run: gh release create ${{ github.ref }} ./docsfr-${{ github.ref }}.tar.gz
run: gh release create ${{ github.ref }} ./docsfr-${{ github.ref_name }}.tar.gz
env:
GITHUB_TOKEN: ${{ secrets.GH_TOKEN }}

0 comments on commit 66ae077

Please sign in to comment.