We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bbf45e6 commit afd7ce3Copy full SHA for afd7ce3
.github/workflows/release.yml
@@ -23,7 +23,7 @@ jobs:
23
- run: python3 craft.py
24
25
- run: |
26
- python3 verify.py >> version.txt
+ python3 verify.py ./createhackenv.sh >> version.txt
27
echo '```' >> version.txt
28
29
- name: Create Release
0 commit comments