Skip to content

Commit

Permalink
- fix: version mismatch
Browse files Browse the repository at this point in the history
  • Loading branch information
agallardol committed Mar 8, 2024
1 parent 9d2cfbf commit 44cd5f3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release-prod.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ jobs:
uses: martinbeentjes/[email protected]

- name: Check version match
if: ${{ github.ref_name }} != ${{ steps.package-version.outputs.current-version }}
if: ${{ github.ref_name != steps.package-version.outputs.current-version }}
uses: actions/github-script@v3
with:
script: |
Expand Down

0 comments on commit 44cd5f3

Please sign in to comment.