Skip to content

Commit d8a0462

Browse files
author
Anita Steiner
authored
Create publish.yml
1 parent 5a3a13f commit d8a0462

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

.github/workflows/publish.yml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
name: publish
2+
3+
on: workflow_dispatch
4+
5+
jobs:
6+
publish:
7+
uses: datavisyn/github-workflows/.github/workflows/publish-node.yml@main
8+
secrets: inherit

0 commit comments

Comments
 (0)