Skip to content

Commit

Permalink
release:Updated release plugint to v2 #TASK-6564
Browse files Browse the repository at this point in the history
  • Loading branch information
juanfeSanahuja committed Sep 13, 2024
1 parent 8df924b commit e44daec
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release-github-workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
with:
name: ${{ inputs.artifact }}
- name: GitHub Release
uses: softprops/action-gh-release@v1
uses: softprops/action-gh-release@v2
if: startsWith(github.ref, 'refs/tags/')
with:
name: ${{ github.ref_name }}
Expand Down

0 comments on commit e44daec

Please sign in to comment.