Skip to content

Commit 223d409

Browse files
committed
ci: add release step
1 parent 64426cc commit 223d409

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/release.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
node-version: "12.x"
1717
- run: yarn install --pure-lockfile
1818
- run: yarn build
19-
# - run: npx semantic-release
20-
# env:
21-
# GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
22-
# NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
19+
- run: npx semantic-release
20+
env:
21+
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
22+
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}

0 commit comments

Comments
 (0)