Skip to content
This repository has been archived by the owner on Sep 9, 2024. It is now read-only.

Commit

Permalink
Merge pull request #77 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 9889307 + e68cc84 commit 4ef72d4
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 4ef72d4

Please sign in to comment.