mirror of
https://gitee.com/vnotex/vnote.git
synced 2025-07-06 06:19:52 +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
|
- name: Update Tag
|
||||||
if: github.ref == 'refs/heads/master'
|
if: github.ref == 'refs/heads/master'
|
||||||
uses: EndBug/latest-tag@latest
|
shell: bash
|
||||||
with:
|
run: |
|
||||||
tag-name: continuous-build
|
git tag --force continuous-build ${GITHUB_SHA}
|
||||||
env:
|
git push --force --tags
|
||||||
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
|
||||||
|
|
||||||
- name: Update Continuous Build Release
|
- name: Update Continuous Build Release
|
||||||
if: github.ref == 'refs/heads/master'
|
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
|
- name: Update Tag
|
||||||
if: github.ref == 'refs/heads/master'
|
if: github.ref == 'refs/heads/master'
|
||||||
uses: EndBug/latest-tag@latest
|
shell: bash
|
||||||
with:
|
run: |
|
||||||
tag-name: continuous-build
|
git tag --force continuous-build ${GITHUB_SHA}
|
||||||
env:
|
git push --force --tags
|
||||||
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
|
||||||
|
|
||||||
- name: Update Continuous Build Release
|
- name: Update Continuous Build Release
|
||||||
if: github.ref == 'refs/heads/master'
|
if: github.ref == 'refs/heads/master'
|
||||||
|
Loading…
x
Reference in New Issue
Block a user