mirror of
https://github.com/jgm/pandoc.git
synced 2026-08-28 17:20:47 +08:00
Switch release_candidate workflow to workflow_dispatch
This commit is contained in:
@@ -1,9 +1,6 @@
|
||||
name: Release candidate
|
||||
|
||||
on:
|
||||
push:
|
||||
branches:
|
||||
- 'rc/**'
|
||||
on: workflow_dispatch
|
||||
|
||||
permissions:
|
||||
contents: read
|
||||
|
||||
+1
-1
@@ -2,7 +2,7 @@
|
||||
[ ] make prerelease
|
||||
[ ] Finalize changelog
|
||||
[ ] Update AUTHORS (make authors LASTRELEASE=x.y.z)
|
||||
[ ] push release candidate branch rc/VERSION
|
||||
[ ] Run release candidate workflow manually on GitHub
|
||||
[ ] if it builds successfully, download artifacts
|
||||
[ ] run tools/build-arm.sh to create and download arm64 linux package
|
||||
[ ] Use 'make' in macos and windows artifacts to sign code
|
||||
|
||||
Reference in New Issue
Block a user