Skip to content

Commit

Permalink
Updates to fix build
Browse files Browse the repository at this point in the history
  • Loading branch information
codervijo committed Jan 31, 2025
1 parent c646922 commit c03190f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -63,8 +63,8 @@ jobs:
uses: actions/create-release@v1
id: create_release
with:
tag_name: v0.0.${{ github.run_number }} # Use a versioned tag like 'v1.0.0' or 'v{run_number}'
release_name: "Release v${{ github.run_number }}"
tag_name: v0.0.${{ github.run_number }}
release_name: "Release v0.0.${{ github.run_number }}"
body: "Release of journalview version ${{ github.event.inputs.version }}"
draft: false
prerelease: false
Expand Down

0 comments on commit c03190f

Please sign in to comment.