mirror of
https://github.com/csd4ni3l/connect-the-current.git
synced 2026-01-01 04:13:41 +01:00
fix github action not updating the latest tag
This commit is contained in:
7
.github/workflows/main.yml
vendored
7
.github/workflows/main.yml
vendored
@@ -99,6 +99,13 @@ jobs:
|
|||||||
with:
|
with:
|
||||||
path: downloads
|
path: downloads
|
||||||
|
|
||||||
|
- name: Move 'latest' tag to current commit
|
||||||
|
env:
|
||||||
|
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
||||||
|
run: |
|
||||||
|
git tag -f latest
|
||||||
|
git push origin -f latest
|
||||||
|
|
||||||
- name: Create release (if missing) and upload artifacts to tag
|
- name: Create release (if missing) and upload artifacts to tag
|
||||||
env:
|
env:
|
||||||
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
||||||
|
|||||||
Reference in New Issue
Block a user