Skip to content

Commit

Permalink
feat: release-please refactor
Browse files Browse the repository at this point in the history
  • Loading branch information
cberg-aot committed Sep 17, 2024
1 parent dcc8276 commit 965bdfe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/merge.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
name: PR Number
id: pr
uses: bcgov-nr/[email protected]
- if: !${{ github.event_name == push }}
- if: ${{ github.event_name != push }}
name: PR Number
id: pr
run: echo ${{inputs.pr}} >> $GITHUB_OUTPUT
Expand Down

0 comments on commit 965bdfe

Please sign in to comment.