Skip to content

Commit

Permalink
Merge pull request #442 from frontegg/FR-16067-fix-pipeline-release-v…
Browse files Browse the repository at this point in the history
…ersion

FR-16067 - fix pipeline release version
  • Loading branch information
AtaliaRefua authored Jul 16, 2024
2 parents 3e7ae51 + f9d10f7 commit bf348ac
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ jobs:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
- name: Create Git Tag
if: steps.tag_check.outputs.exists_tag == 'false'
uses: azu/action-package-version-to-git-tag@v1
uses: pkgdeps/git-tag-action@v2
with:
version: ${{ steps.set_current_version.outputs.CURRENT_VERSION }}
github_token: ${{ secrets.GITHUB_TOKEN }}
Expand Down

0 comments on commit bf348ac

Please sign in to comment.