Skip to content

Commit

Permalink
testing
Browse files Browse the repository at this point in the history
  • Loading branch information
pho committed Apr 10, 2024
1 parent ec6496c commit 35e8415
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/update.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,6 @@ jobs:
version_prefix: "v0."

- uses: rickstaa/action-create-tag@v1
if: steps.commit.outputs.changes_detected
if: steps.commit.outputs.changes_detected == 'true'
with:
tag: "${{ env.PACKAGE_VERSION }}"

0 comments on commit 35e8415

Please sign in to comment.