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 19, 2024
1 parent b25f3b9 commit 5a20b77
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 5 deletions.
7 changes: 3 additions & 4 deletions .github/workflows/merge.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,14 +30,13 @@ jobs:
timeout-minutes: 1
steps:
# Get PR number for squash merges to main
- name: PR Number
- name: Get PR Number From Event
if: ${{ github.event_name == 'push' }}
id: pr
id: pr_no
uses: bcgov-nr/[email protected]
- name: PR Number
if: ${{ github.event_name != 'push' }}
id: pr
run: echo ${{inputs.pr}} >> $GITHUB_OUTPUT
run: echo ${{ steps.pr_no.outputs.pr || inputs.pr}}

deploys-test:
name: Deploys (Test)
Expand Down
1 change: 0 additions & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,6 @@ jobs:
runs-on: ubuntu-22.04
timeout-minutes: 1
steps:
# Get PR number for squash merges to main
- name: Release Name
id: release-name
run: |
Expand Down

0 comments on commit 5a20b77

Please sign in to comment.