Skip to content

Commit

Permalink
fix variable not getting value 2
Browse files Browse the repository at this point in the history
  • Loading branch information
Hammerbeck committed May 22, 2024
1 parent ce12dd6 commit 31a8edb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/actions/release-to-git/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ runs:
- name: Create release
shell: bash
if: ${{ set-latest-tag.latest_tag != steps.get-version.outputs.version }}
if: ${{ set-latest-tag.outputs.latest_tag != steps.get-version.outputs.version }}
env:
GITHUB_TOKEN: ${{ inputs.GITHUB_TOKEN }}
tag: ${{ github.ref_name }}
Expand Down

0 comments on commit 31a8edb

Please sign in to comment.