Skip to content

Commit

Permalink
chore:pipeline migrate to softprops/action-gh-release
Browse files Browse the repository at this point in the history
  • Loading branch information
Udhayarajan committed Jul 18, 2023
1 parent b3eb956 commit 0ec43b3
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions .github/workflows/on_merge.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,12 +41,11 @@ jobs:
- name: Create Release
id: create_release
uses: actions/create-release@v1
uses: softprops/action-gh-release@v1
if: env.create_release == 'true'
env:
GITHUB_TOKEN: ${{ secrets.PAT }}
with:
tag_name: v${{ env.VERSION_NAME }}
release_name: v${{ env.VERSION_NAME }}
name: v${{ env.VERSION_NAME }}
draft: false
prerelease: true
token: ${{secrets.PAT}}

0 comments on commit 0ec43b3

Please sign in to comment.