Skip to content

Commit

Permalink
fix: catching release event (#1622)
Browse files Browse the repository at this point in the history
  • Loading branch information
cberg-aot authored Sep 25, 2024
1 parent 61ede22 commit 888f0d4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
steps:
# Get PR number for squash merges to main
- name: Get PR Number From Event
if: ${{ github.event_name == 'push' }}
if: ${{ github.event_name == 'release' }}
id: pr_no
uses: bcgov-nr/action-get-pr@main
- name: PR Number
Expand Down

0 comments on commit 888f0d4

Please sign in to comment.