mirror of
https://gitee.com/vnotex/vnote.git
synced 2025-07-06 06:19:52 +08:00
update latest continuous build tag (#1583)
This commit is contained in:
parent
13af4b2ed1
commit
ba205d3648
8
.github/workflows/ci-linux.yml
vendored
8
.github/workflows/ci-linux.yml
vendored
@ -117,6 +117,14 @@ jobs:
|
||||
name: vnote-linux-x64_v${{env.VNOTE_VER}}
|
||||
path: ${{runner.workspace}}/build/vnote-linux-x64_v${{env.VNOTE_VER}}.AppImage
|
||||
|
||||
- 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 }}
|
||||
|
||||
- name: Update Continuous Build Release
|
||||
if: github.ref == 'refs/heads/master'
|
||||
uses: johnwbyrd/update-release@v1.0.0
|
||||
|
8
.github/workflows/ci-win.yml
vendored
8
.github/workflows/ci-win.yml
vendored
@ -105,6 +105,14 @@ jobs:
|
||||
env:
|
||||
DISTRIB_PATH: ${{runner.workspace}}/build/distrib/vnote
|
||||
|
||||
- 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 }}
|
||||
|
||||
- name: Update Continuous Build Release
|
||||
if: github.ref == 'refs/heads/master'
|
||||
uses: johnwbyrd/update-release@v1.0.0
|
||||
|
Loading…
x
Reference in New Issue
Block a user