Skip to content

Commit

Permalink
Merge pull request #51 from mtrogman/test-auto-release
Browse files Browse the repository at this point in the history
test tag and release
  • Loading branch information
mtrogman authored Oct 12, 2023
2 parents b5ceb05 + 2b8f95b commit cd7b28a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/create_release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ jobs:
tag_name: ${{ steps.get_version.outputs.version }}
release_name: Release ${{ steps.get_version.outputs.version }}
body: |
Release $TAG_NAME
Release ${{ steps.get_version.outputs.version }}
draft: false
prerelease: false

Expand All @@ -56,7 +56,7 @@ jobs:
tag_name: ${{ steps.get_version.outputs.version }}
release_name: Release ${{ steps.get_version.outputs.version }}
body: |
Release $TAG_NAME
Release ${{ steps.get_version.outputs.version }}
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.7.1
0.8.0

0 comments on commit cd7b28a

Please sign in to comment.