Skip to content
This repository was archived by the owner on Jul 23, 2025. It is now read-only.

Commit 302f6d3

Browse files
Update release.yml
1 parent e35cc9d commit 302f6d3

File tree

1 file changed

+4
-5
lines changed

1 file changed

+4
-5
lines changed

.github/workflows/release.yml

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,7 @@
11
name: release
22

33
on:
4-
release:
5-
types: [ published ]
4+
workflow_dispatch
65

76
jobs:
87
release:
@@ -33,7 +32,7 @@ jobs:
3332
- name: Prerelease
3433
uses: irongut/[email protected]
3534
with:
36-
token: ${{ secrets.MY_TOKEN }}
35+
token: ${{ secrets.WF_TOKEN }}
3736
id: ${{ github.event.release.id }}
3837
prerelease: true
3938

@@ -88,6 +87,6 @@ jobs:
8887
# - name: Push tags
8988
# uses: ad-m/github-push-action@master
9089
# with:
91-
# github_token: ${{ secrets.MY_TOKEN }}
90+
# github_token: ${{ secrets.WF_TOKEN }}
9291
# branch: main
93-
# repository: alist-org/desktop-release
92+
# repository: alist-org/desktop-release

0 commit comments

Comments
 (0)