Skip to content

Commit 4082253

Browse files
authored
Create main.yml
1 parent a765b2b commit 4082253

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

.github/workflows/main.yml

+8
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
name: Publish
2+
on:
3+
release:
4+
types: [published]
5+
jobs:
6+
publish:
7+
uses: webwriter-app/_package-concepts/.github/workflows/publish_pkg.yml@main
8+
secrets: inherit

0 commit comments

Comments
 (0)