Release: try checking out the master branch

This commit is contained in:
Šarūnas Nejus 2024-11-22 01:49:46 +00:00
parent aa0db049a5
commit 7488c94d38
No known key found for this signature in database
GPG key ID: DD28F6704DBE3435

View file

@ -43,7 +43,8 @@ jobs:
steps: steps:
- uses: actions/checkout@v4 - uses: actions/checkout@v4
with: with:
ref: ${{ needs.increment-version.outputs.commit_long_sha }} ref: master
- name: Install Python tools - name: Install Python tools
uses: BrandonLWhite/pipx-install-action@v0.1.1 uses: BrandonLWhite/pipx-install-action@v0.1.1
- uses: actions/setup-python@v5 - uses: actions/setup-python@v5
@ -101,7 +102,7 @@ jobs:
steps: steps:
- uses: actions/checkout@v4 - uses: actions/checkout@v4
with: with:
ref: ${{ needs.increment-version.outputs.commit_long_sha }} ref: master
- name: Tag the commit - name: Tag the commit
id: tag_version id: tag_version