Skip to content

Commit 2a7de26

Browse files
committed
Remove latest tag and release
1 parent 397e30d commit 2a7de26

File tree

1 file changed

+0
-9
lines changed

1 file changed

+0
-9
lines changed

.github/workflows/build.yml

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -114,12 +114,3 @@ jobs:
114114
--repo LogFlames/folje \
115115
./windows-build-output/Följe.exe ./macos-build-output/Följe.app.zip
116116
shell: bash
117-
118-
- name: Update latest release
119-
env:
120-
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
121-
run: |
122-
git tag -f latest
123-
git push -f --tags
124-
gh release upload latest ./windows-build-output/Följe.exe ./macos-build-output/Följe.app.zip --clobber --repo LogFlames/folje
125-
shell: bash

0 commit comments

Comments
 (0)