Skip to content

Commit 7488c94

Browse files
committed
Release: try checking out the master branch
1 parent aa0db04 commit 7488c94

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.github/workflows/make_release.yaml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,8 @@ jobs:
4343
steps:
4444
- uses: actions/checkout@v4
4545
with:
46-
ref: ${{ needs.increment-version.outputs.commit_long_sha }}
46+
ref: master
47+
4748
- name: Install Python tools
4849
uses: BrandonLWhite/[email protected]
4950
- uses: actions/setup-python@v5
@@ -101,7 +102,7 @@ jobs:
101102
steps:
102103
- uses: actions/checkout@v4
103104
with:
104-
ref: ${{ needs.increment-version.outputs.commit_long_sha }}
105+
ref: master
105106

106107
- name: Tag the commit
107108
id: tag_version

0 commit comments

Comments
 (0)