Skip to content

Commit

Permalink
GitHub: Fix the release workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
mathieu-mp committed Apr 25, 2024
1 parent 6834cf3 commit 9916327
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,9 @@ jobs:
- tests
runs-on: ubuntu-latest
steps:
- name: "Checkout the repository"
uses: actions/checkout@v4

- name: Set version number
run: |
sed -i 's/version = "0.0.0"/version = "${{ github.event.release.tag_name }}"/' \
Expand Down

0 comments on commit 9916327

Please sign in to comment.