update latest continuous build tag (#1583)

This commit is contained in:
Le Tan 2020-12-05 21:24:10 +08:00 committed by GitHub
parent 13af4b2ed1
commit ba205d3648
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 16 additions and 0 deletions

View File

@ -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

View File

@ -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