Skip to content

Commit

Permalink
test new tag/release
Browse files Browse the repository at this point in the history
  • Loading branch information
rhermanek authored Jul 28, 2022
1 parent fe2adfb commit 7ca7ef0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,6 @@ jobs:
- name: Create a GitHub release
uses: ncipollo/release-action@v1
with:
tag: ${{ steps.tag_version.outputs.new_tag }}
name: Release ${{ steps.tag_version.outputs.new_tag }}
tag: ${{ steps.date.outputs.date }}
name: Release ${{ steps.date.outputs.date }}
body: ${{ steps.tag_version.outputs.changelog }}

0 comments on commit 7ca7ef0

Please sign in to comment.