Skip to content

Commit 18a1a28

Browse files
committed
Fix release workflow
1 parent f6aa8b6 commit 18a1a28

1 file changed

Lines changed: 10 additions & 10 deletions

File tree

.github/workflows/release.yml

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -2,14 +2,14 @@ name: Публикация релиза
22

33
on:
44
release:
5-
types:
6-
- published
7-
workflow_dispatch:
5+
types:
6+
- published
7+
workflow_dispatch:
88

9-
jobs:
10-
release:
11-
uses: autumn-library/workflows/.github/workflows/release.yml@main
12-
with:
13-
package_mask: "autumn-*.ospx"
14-
secrets:
15-
PUSH_TOKEN: ${{ secrets.PUSH_TOKEN }}
9+
jobs:
10+
release:
11+
uses: autumn-library/workflows/.github/workflows/release.yml@main
12+
with:
13+
package_mask: "autumn-*.ospx"
14+
secrets:
15+
PUSH_TOKEN: ${{ secrets.PUSH_TOKEN }}

0 commit comments

Comments
 (0)