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 9f34e42Copy full SHA for 9f34e42
.gitattributes
@@ -0,0 +1 @@
1
+* export-ignore
.github/workflows/make.yml
@@ -33,10 +33,9 @@ jobs:
33
run: diff clibs.8xg current/clibs.8xg &> /dev/null || (echo "update=true" >> $GITHUB_OUTPUT ; echo "updating")
34
35
- name: Update nightly release
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