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 27032cc commit dcc8276
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions .github/workflows/merge.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,17 +23,22 @@ jobs:
timeout-minutes: 1
steps:
# Get PR number for squash merges to main
- name: PR Number
- if: ${{ github.event_name == push }}
name: PR Number
id: pr
uses: bcgov-nr/[email protected]
- if: !${{ github.event_name == push }}
name: PR Number
id: pr
run: echo ${{inputs.pr}} >> $GITHUB_OUTPUT

deploys-test:
name: Deploys (Test)
needs: [vars]
uses: ./.github/workflows/uat.yml
secrets: inherit
with:
tag: ${{ needs.vars.outputs.release-name }}
tag: ${{ needs.vars.outputs.pr }}

promote-images-test:
name: Promote Images - Test
Expand Down

0 comments on commit dcc8276

Please sign in to comment.