Skip to content

Commit

Permalink
Fix command
Browse files Browse the repository at this point in the history
  • Loading branch information
bastantoine committed Jun 13, 2024
1 parent 5ac9541 commit 99bb925
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/release-pdfs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ jobs:
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
VERSION: ${{ github.ref_name }}
run: |
- gh release create $VERSION \
'git-advanced/presentation/content/output/git-advanced.pdf#Git advanced.pdf' \
'gitlab-ci/presentation/jour-1/output/gitlab-ci-jour-1.pdf#Gitlab CI - Jour 1.pdf' \
'gitlab-ci/presentation/jour-2/output/gitlab-ci-jour-2.pdf#Gitlab CI - Jour 2.pdf' \
gh release create $VERSION \
'git-advanced/presentation/content/output/git-advanced.pdf#Git advanced.pdf' \
'gitlab-ci/presentation/jour-1/output/gitlab-ci-jour-1.pdf#Gitlab CI - Jour 1.pdf' \
'gitlab-ci/presentation/jour-2/output/gitlab-ci-jour-2.pdf#Gitlab CI - Jour 2.pdf' \

0 comments on commit 99bb925

Please sign in to comment.