1 parent a84f1de commit d7d7039Copy full SHA for d7d7039
1 file changed
.github/workflows/release.yml
@@ -29,8 +29,8 @@ jobs:
29
- name: Create GitHub release
30
uses: ncipollo/release-action@v1
31
with:
32
- tag: auto-${{ steps.vars.outputs.short_sha }}
33
- name: anki-jam ${{ steps.vars.outputs.short_sha }}
+ tag: auto-latest
+ name: anki-jam latest (${{ steps.vars.outputs.short_sha }})
34
commit: ${{ github.sha }}
35
artifacts: dist/anki_jam.zip
36
artifact_content_type: application/zip
0 commit comments