Skip to content

Commit

Permalink
ci: deploy
Browse files Browse the repository at this point in the history
  • Loading branch information
gaer87 committed Feb 18, 2022
1 parent 52b0a99 commit ee33db4
Showing 1 changed file with 7 additions and 4 deletions.
11 changes: 7 additions & 4 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,12 @@

name: Deploy

on:
push:
tags:
- v*.**
on: push

#on:
# push:
# tags:
# - v*.*.*

jobs:
publish:
Expand All @@ -15,6 +17,7 @@ jobs:
- uses: actions/setup-node@v2
with:
node-version: 10
registry-url: 'https://registry.npmjs.org'
- name: npm install, build
run: |
npm install
Expand Down

0 comments on commit ee33db4

Please sign in to comment.