Skip to content

Commit d7d7039

Browse files
committed
I hate CIs
1 parent a84f1de commit d7d7039

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,8 +29,8 @@ jobs:
2929
- name: Create GitHub release
3030
uses: ncipollo/release-action@v1
3131
with:
32-
tag: auto-${{ steps.vars.outputs.short_sha }}
33-
name: anki-jam ${{ steps.vars.outputs.short_sha }}
32+
tag: auto-latest
33+
name: anki-jam latest (${{ steps.vars.outputs.short_sha }})
3434
commit: ${{ github.sha }}
3535
artifacts: dist/anki_jam.zip
3636
artifact_content_type: application/zip

0 commit comments

Comments
 (0)