Skip to content

Commit

Permalink
Merge pull request #22 from cloudcome/feat/v0.x
Browse files Browse the repository at this point in the history
Feat/v0.x
  • Loading branch information
cloudcome authored Mar 15, 2023
2 parents 14cd54b + 5e89dec commit 87f0f1c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/publish-package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,10 @@ name: publish package

on:
release:
types: [published]
types: [created]

jobs:
build:
publish-package:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
Expand Down
1 change: 0 additions & 1 deletion .github/workflows/release-please.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,4 +19,3 @@ jobs:
token: ${{ secrets.GITHUB_TOKEN }}
release-type: node
bump-minor-pre-major: true
release-as: 0.0.0

0 comments on commit 87f0f1c

Please sign in to comment.