Skip to content

Commit d4d4396

Browse files
authored
Add release workflow configuration
1 parent ab0ece9 commit d4d4396

File tree

1 file changed

+16
-0
lines changed

1 file changed

+16
-0
lines changed

.github/workflows/release.yaml

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@v1
12+
with:
13+
package_mask: "testcontainers-*.ospx" # change me!
14+
secrets:
15+
PUSH_TOKEN: ${{ secrets.PUSH_TOKEN }}
16+

0 commit comments

Comments
 (0)