Skip to content

Commit 2e3e743

Browse files
committed
Merge branch 'master' of github.com:cferdinandi/smooth-scroll
2 parents 07cde86 + 6dfd33f commit 2e3e743

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

.github/main.workflow

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
workflow "Release" {
2+
on = "release"
3+
resolves = ["Publish to NPM"]
4+
}
5+
6+
action "Publish to NPM" {
7+
uses = "actions/npm@e7aaefed7c9f2e83d493ff810f17fa5ccd7ed437"
8+
runs = "npm publish"
9+
}

0 commit comments

Comments
 (0)