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 9ddb37c commit 5184f58Copy full SHA for 5184f58
.gitattributes
@@ -0,0 +1 @@
1
+* export-ignore
.github/workflows/make.yml
@@ -36,7 +36,7 @@ jobs:
36
if: ${{ steps.diff_check.outputs.update == 'true' }}
37
uses: pyTooling/Actions/releaser@main
38
with:
39
- tag: nightly
+ tag: latest
40
rm: true
41
token: ${{secrets.GITHUB_TOKEN}}
42
files: |
0 commit comments