Skip to content

Commit bc591c0

Browse files
authored
chore: Create release.yml
1 parent 974ee87 commit bc591c0

File tree

1 file changed

+15
-0
lines changed

1 file changed

+15
-0
lines changed

.github/workflows/release.yml

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
name: Публикация релиза
2+
3+
on:
4+
release:
5+
types:
6+
- published
7+
workflow_dispatch:
8+
9+
jobs:
10+
release:
11+
uses: autumn-library/workflows/.github/workflows/release.yml@main
12+
with:
13+
package_mask: "curlone-*.ospx"
14+
secrets:
15+
PUSH_TOKEN: ${{ secrets.PUSH_TOKEN }}

0 commit comments

Comments
 (0)