mirror of
https://github.com/tiddly-gittly/TidGi-Desktop.git
synced 2026-01-05 08:42:56 -08:00
feat: auto update version
This commit is contained in:
parent
a28460751f
commit
ae8cf63e95
1 changed files with 6 additions and 0 deletions
6
.github/workflows/release.yml
vendored
6
.github/workflows/release.yml
vendored
|
|
@ -29,6 +29,12 @@ jobs:
|
|||
uses: actions/checkout@v2
|
||||
with:
|
||||
submodules: 'true'
|
||||
|
||||
- uses: pocket-apps/action-update-version@v1
|
||||
with:
|
||||
files: 'package.json, package-lock.json'
|
||||
version-regexp: '\d+.\d+.\d+(\S+)?'
|
||||
repo-token: ${{ secrets.GITHUB_TOKEN }}
|
||||
|
||||
- name: Install native dependencies
|
||||
run: apt-get install flatpak-builder eu-strip
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue