Skip to content

Commit

Permalink
revert release actions version
Browse files Browse the repository at this point in the history
  • Loading branch information
Anjani Kumar Srivastava committed Jun 26, 2024
1 parent 557584b commit 289bdad
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-push-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ jobs:
build-args: "BUILD_INFO_VERSION=${{ steps.tag_version.outputs.new_tag }}"

- name: Create a GitHub release
uses: elgohr/Github-Release-Action@v5
uses: 3rd-Party-Actions/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 289bdad

Please sign in to comment.