Skip to content

Commit

Permalink
feat: release-please refactor - removed concurrency from wrappers
Browse files Browse the repository at this point in the history
  • Loading branch information
cberg-aot committed Sep 19, 2024
1 parent efdd3a6 commit e52c8f0
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 @@ -36,7 +36,7 @@ jobs:
uses: bcgov-nr/[email protected]
- name: PR Number
id: pr
run: echo ${{ steps.pr_no.outputs.pr || inputs.pr}} >> $GITHUB_OUTPUT
run: echo pr=${{ steps.pr_no.outputs.pr || inputs.pr}} >> $GITHUB_OUTPUT

deploys-test:
name: Deploys (Test)
Expand Down

0 comments on commit e52c8f0

Please sign in to comment.