We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5184f58 commit 2dd22ddCopy full SHA for 2dd22dd
.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: latest
+ tag: nightly
40
rm: true
41
token: ${{secrets.GITHUB_TOKEN}}
42
files: |
0 commit comments