Skip to content

Commit

Permalink
Merge pull request #52 from mtrogman/test-auto-release
Browse files Browse the repository at this point in the history
Test auto release
  • Loading branch information
mtrogman authored Oct 12, 2023
2 parents cd7b28a + e5e8617 commit 40e6a15
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/create_release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,8 +40,8 @@ jobs:
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with:
tag_name: ${{ steps.get_version.outputs.version }}
release_name: Release ${{ steps.get_version.outputs.version }}
tag_name: ${{ github.ref }}
release_name: Release ${{ github.ref }}
body: |
Release ${{ steps.get_version.outputs.version }}
draft: false
Expand All @@ -53,10 +53,10 @@ jobs:
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with:
tag_name: ${{ steps.get_version.outputs.version }}
release_name: Release ${{ steps.get_version.outputs.version }}
tag_name: ${{ github.ref }}
release_name: Release ${{ github.ref }}
body: |
Release ${{ steps.get_version.outputs.version }}
Release ${{ github.ref }}
draft: false
prerelease: false

Expand Down
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.8.0
0.9.1

0 comments on commit 40e6a15

Please sign in to comment.