Skip to content

Commit

Permalink
Merge pull request #182 from Axway/APIGOV-27175
Browse files Browse the repository at this point in the history
APIGOV-27175 - fix release-action version
  • Loading branch information
dfeldick authored Jan 31, 2024
2 parents be173e6 + 2bcf313 commit 2aae7ac
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/create-tag-for-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
echo "new tag ${{ steps.tag_version.outputs.new_tag }}
- name: Create a GitHub release
uses: ncipollo/release-action@v1.13.0
uses: ncipollo/release-action@v1
with:
tag: ${{ steps.tag_version.outputs.new_tag }}
name: Release ${{ steps.tag_version.outputs.new_tag }}
Expand Down

0 comments on commit 2aae7ac

Please sign in to comment.