Skip to content
This repository was archived by the owner on Feb 11, 2022. It is now read-only.

Commit abfb78c

Browse files
committed
Use eine/tip instead of softprops/action-gh-release for latest
1 parent c4f86ab commit abfb78c

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

.github/workflows/ci.yml

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -34,12 +34,11 @@ jobs:
3434
run: ls -R
3535
- name: Release latest
3636
if: ${{ github.ref == 'refs/heads/main' }}
37-
uses: softprops/action-gh-release@v1
37+
# eine/tip force-pushes to the specified tag
38+
uses: eine/tip@master
3839
with:
3940
files: ${{ env.RELEASE_FILES }}
40-
name: latest
41-
prerelease: true
42-
tag_name: latest
41+
tag: latest
4342
token: ${{ secrets.GITHUB_TOKEN }}
4443
- name: Release tagged
4544
if: startsWith(github.ref, 'refs/tags/v')

0 commit comments

Comments
 (0)