Skip to content

Commit

Permalink
Tweak.
Browse files Browse the repository at this point in the history
  • Loading branch information
CodeBlanch committed May 21, 2024
1 parent 002455b commit b3e1787
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/post-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
# the version tag which is typically NOT on the first commit so we
# retrieve them all.
fetch-depth: 0
ref: ${{ inputs.tag || github.ref }}
ref: ${{ github.event_name == 'workflow_dispatch' && github.ref || inputs.tag }}

- name: Create GitHub Pull Request to update stable build version in props
if: |
Expand Down

0 comments on commit b3e1787

Please sign in to comment.