Skip to content

Commit

Permalink
fixed another typo
Browse files Browse the repository at this point in the history
Signed-off-by: Josh Uvi <[email protected]>
  • Loading branch information
Josh-Uvi committed Dec 18, 2024
1 parent f615dba commit d9bbd4a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release-package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ jobs:
--generate-notes
publish-gpr:
if: ${{ steps.check.outputs.changed == 'true' }}
if: steps.check.outputs.changed == 'true'
runs-on: ubuntu-latest
permissions:
packages: write
Expand Down

0 comments on commit d9bbd4a

Please sign in to comment.