Skip to content

Commit

Permalink
Modify publish.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
alexcui03 committed Jun 26, 2021
1 parent ea6b4cf commit 192ecac
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ name: Publish Package
on:
release:
types: [created]
workflow_dispatch:

jobs:
build:
Expand Down Expand Up @@ -40,6 +41,6 @@ jobs:
with:
name: dist
path: dist
- run: yarn publish
- run: yarn publish --tag next
env:
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "clipcc-vm",
"version": "3.0.9",
"version": "3.1.1",
"description": "Virtual Machine for Clip CC",
"author": "Clip Team",
"license": "BSD-3-Clause",
Expand Down

0 comments on commit 192ecac

Please sign in to comment.