Skip to content

Commit

Permalink
Fix tag_name
Browse files Browse the repository at this point in the history
  • Loading branch information
jennydaman committed Oct 7, 2024
1 parent 28b52a1 commit c9c1ab8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -158,6 +158,7 @@ jobs:
- uses: softprops/action-gh-release@v2
with:
draft: false
tag_name: v${{ steps.version.outputs.version }}
prerelease: ${{ contains(steps.version.outputs.version, '-') }}
name: ChRIS Clients - version ${{ steps.version.outputs.version }}
body: |
Expand Down
2 changes: 1 addition & 1 deletion version.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.0.1-alpha.2
0.0.1-alpha.3

0 comments on commit c9c1ab8

Please sign in to comment.