mirror of https://github.com/Xhofe/alist
ci: update beta tag to newest commit
parent
cdbfda8921
commit
8316f81e41
|
@ -22,14 +22,19 @@ jobs:
|
||||||
with:
|
with:
|
||||||
fetch-depth: 0
|
fetch-depth: 0
|
||||||
|
|
||||||
|
- name: Create or update ref
|
||||||
|
id: create-or-update-ref
|
||||||
|
uses: ovsds/create-or-update-ref-action@v1
|
||||||
|
with:
|
||||||
|
ref: tags/beta
|
||||||
|
sha: ${{ github.sha }}
|
||||||
|
|
||||||
- name: changelog # or changelogithub@0.12 if ensure the stable result
|
- name: changelog # or changelogithub@0.12 if ensure the stable result
|
||||||
id: changelog
|
id: changelog
|
||||||
run: |
|
run: |
|
||||||
git tag -l
|
git tag -l
|
||||||
npx changelogithub --output CHANGELOG.md
|
npx changelogithub --output CHANGELOG.md
|
||||||
# npx changelogen@latest --output CHANGELOG.md
|
# npx changelogen@latest --output CHANGELOG.md
|
||||||
|
|
||||||
|
|
||||||
- name: Upload assets
|
- name: Upload assets
|
||||||
uses: softprops/action-gh-release@v2
|
uses: softprops/action-gh-release@v2
|
||||||
with:
|
with:
|
||||||
|
@ -98,3 +103,4 @@ jobs:
|
||||||
name: release_beta.yml
|
name: release_beta.yml
|
||||||
owner: alist-org
|
owner: alist-org
|
||||||
repo: desktop-release
|
repo: desktop-release
|
||||||
|
github-token: ${{ secrets.MY_TOKEN }}
|
Loading…
Reference in New Issue