Skip to content
This repository was archived by the owner on Mar 29, 2021. It is now read-only.

Commit 22664de

Browse files
authored
Create publish.yml
1 parent b1057a3 commit 22664de

File tree

1 file changed

+17
-0
lines changed

1 file changed

+17
-0
lines changed

.github/workflows/publish.yml

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
name: Publish
2+
3+
on:
4+
release:
5+
types:
6+
- published
7+
# - created
8+
9+
jobs:
10+
build:
11+
runs-on: ubuntu-latest
12+
steps:
13+
- uses: actions/checkout@v2
14+
- uses: author/action-publish@stable
15+
env:
16+
# Typically an npm token
17+
REGISTRY_TOKEN: "${{ secrets.NPM_TOKEN }}"

0 commit comments

Comments
 (0)