Skip to content

Commit cbe99c1

Browse files
authored
Merge pull request #214 from oscript-library/develop
Автопубликация релиза
2 parents 3639def + 727880a commit cbe99c1

File tree

1 file changed

+16
-0
lines changed

1 file changed

+16
-0
lines changed

.github/workflows/release.yml

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
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+
oscript_version: '1.8.3'
14+
package_mask: "opm-*.ospx"
15+
secrets:
16+
PUSH_TOKEN: ${{ secrets.PUSH_TOKEN }}

0 commit comments

Comments
 (0)