Skip to content

Commit

Permalink
Update create release action [no version bump]
Browse files Browse the repository at this point in the history
closes #520
  • Loading branch information
gmyenni authored Sep 24, 2024
1 parent 0c76565 commit 093f2c9
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -101,10 +101,9 @@ jobs:
- name: Create Release
if: github.event_name != 'pull_request' && steps.version.outputs.new_ver == 'TRUE'
id: create_release
uses: zendesk/action-create-release@v1
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
uses: softprops/action-gh-release@v2
with:
token: ${{ secrets.GITHUB_TOKEN }}
tag_name: ${{ steps.tagging.outputs.tag }}
release_name: ${{ steps.tagging.outputs.tag }}
name: ${{ steps.tagging.outputs.tag }}
body: ${{ steps.tagging.outputs.release }}

0 comments on commit 093f2c9

Please sign in to comment.