Skip to content

Commit c81bba2

Browse files
committed
Fix release workflow
1 parent 28b5fd3 commit c81bba2

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/release.yml

+1-2
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,8 @@ jobs:
1717
environment: Release
1818
runs-on: ubuntu-latest
1919
steps:
20+
- uses: actions/checkout@v3
2021
- name: Configure Git User # may be removed after https://github.com/actions/checkout/issues/13 is resolved
21-
uses: actions/checkout@v3
2222
run: |
2323
git config user.email "${{ github.actor }}@users.noreply.github.com"
2424
git config user.name "${{ github.actor }}"
@@ -27,7 +27,6 @@ jobs:
2727
with:
2828
python-version: '3.11'
2929
- name: Build
30-
uses: actions/checkout@v4
3130
run: make compile-with-docker-all
3231
- name: Release
3332
uses: softprops/action-gh-release@v2

0 commit comments

Comments
 (0)