Skip to content

Commit

Permalink
ci: update beta tag to newest commit
Browse files Browse the repository at this point in the history
  • Loading branch information
xhofe committed Sep 8, 2024
1 parent cdbfda8 commit 8316f81
Showing 1 changed file with 9 additions and 3 deletions.
12 changes: 9 additions & 3 deletions .github/workflows/beta_release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,14 +22,19 @@ jobs:
with:
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 [email protected] if ensure the stable result
id: changelog
run: |
git tag -l
npx changelogithub --output CHANGELOG.md
# npx changelogen@latest --output CHANGELOG.md


- name: Upload assets
uses: softprops/action-gh-release@v2
with:
Expand Down Expand Up @@ -97,4 +102,5 @@ jobs:
with:
name: release_beta.yml
owner: alist-org
repo: desktop-release
repo: desktop-release
github-token: ${{ secrets.MY_TOKEN }}

0 comments on commit 8316f81

Please sign in to comment.