mirror of
https://github.com/Nivanchenko/bootstrapper.git
synced 2026-06-19 21:44:34 +02:00
ci
This commit is contained in:
@@ -0,0 +1,15 @@
|
||||
name: Публикация релиза
|
||||
|
||||
on:
|
||||
release:
|
||||
types:
|
||||
- published
|
||||
workflow_dispatch:
|
||||
|
||||
jobs:
|
||||
release:
|
||||
uses: autumn-library/workflows/.github/workflows/release.yml@main
|
||||
with:
|
||||
package_mask: "bootstrapper-*.ospx"
|
||||
secrets:
|
||||
PUSH_TOKEN: ${{ secrets.PUSH_TOKEN }}
|
||||
Reference in New Issue
Block a user