Skip to content

Commit

Permalink
avoid hardcoding branch
Browse files Browse the repository at this point in the history
  • Loading branch information
j-i-l committed Jul 16, 2024
1 parent cb69375 commit 1e43957
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/initiate_version_release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,7 @@ jobs:
labels: |
version-release
base: main # NOTE: this should match the branch on which the tag was made
base: ${{ github.head_ref || github.ref_name }}
draft: true # NOTE: this is not allowed on free private repos

check_label_exist:
Expand Down

0 comments on commit 1e43957

Please sign in to comment.