We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a765b2b commit 4082253Copy full SHA for 4082253
.github/workflows/main.yml
@@ -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