mirror of
https://gitee.com/vnotex/vnote.git
synced 2025-07-05 05:49:53 +08:00
try again
This commit is contained in:
parent
ba205d3648
commit
86a730853a
9
.github/workflows/ci-linux.yml
vendored
9
.github/workflows/ci-linux.yml
vendored
@ -119,11 +119,10 @@ jobs:
|
||||
|
||||
- name: Update Tag
|
||||
if: github.ref == 'refs/heads/master'
|
||||
uses: EndBug/latest-tag@latest
|
||||
with:
|
||||
tag-name: continuous-build
|
||||
env:
|
||||
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
||||
shell: bash
|
||||
run: |
|
||||
git tag --force continuous-build ${GITHUB_SHA}
|
||||
git push --force --tags
|
||||
|
||||
- name: Update Continuous Build Release
|
||||
if: github.ref == 'refs/heads/master'
|
||||
|
9
.github/workflows/ci-win.yml
vendored
9
.github/workflows/ci-win.yml
vendored
@ -107,11 +107,10 @@ jobs:
|
||||
|
||||
- name: Update Tag
|
||||
if: github.ref == 'refs/heads/master'
|
||||
uses: EndBug/latest-tag@latest
|
||||
with:
|
||||
tag-name: continuous-build
|
||||
env:
|
||||
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
||||
shell: bash
|
||||
run: |
|
||||
git tag --force continuous-build ${GITHUB_SHA}
|
||||
git push --force --tags
|
||||
|
||||
- name: Update Continuous Build Release
|
||||
if: github.ref == 'refs/heads/master'
|
||||
|
Loading…
x
Reference in New Issue
Block a user