Skip to content

Commit 87f0f1c

Browse files
authored
Merge pull request #22 from cloudcome/feat/v0.x
Feat/v0.x
2 parents 14cd54b + 5e89dec commit 87f0f1c

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

.github/workflows/publish-package.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,10 @@ name: publish package
22

33
on:
44
release:
5-
types: [published]
5+
types: [created]
66

77
jobs:
8-
build:
8+
publish-package:
99
runs-on: ubuntu-latest
1010
steps:
1111
- uses: actions/checkout@v3

.github/workflows/release-please.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,4 +19,3 @@ jobs:
1919
token: ${{ secrets.GITHUB_TOKEN }}
2020
release-type: node
2121
bump-minor-pre-major: true
22-
release-as: 0.0.0

0 commit comments

Comments
 (0)