We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 28b5fd3 commit c81bba2Copy full SHA for c81bba2
.github/workflows/release.yml
@@ -17,8 +17,8 @@ jobs:
17
environment: Release
18
runs-on: ubuntu-latest
19
steps:
20
+ - uses: actions/checkout@v3
21
- name: Configure Git User # may be removed after https://github.com/actions/checkout/issues/13 is resolved
- uses: actions/checkout@v3
22
run: |
23
git config user.email "${{ github.actor }}@users.noreply.github.com"
24
git config user.name "${{ github.actor }}"
@@ -27,7 +27,6 @@ jobs:
27
with:
28
python-version: '3.11'
29
- name: Build
30
- uses: actions/checkout@v4
31
run: make compile-with-docker-all
32
- name: Release
33
uses: softprops/action-gh-release@v2
0 commit comments