Skip to content

Commit

Permalink
fix: auto release bug.
Browse files Browse the repository at this point in the history
  • Loading branch information
hridniev committed Apr 26, 2024
1 parent 5153954 commit 8438727
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 6 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/npm-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,5 +57,5 @@ jobs:
env:
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
RELEASE_IT_GITHUB_TOKEN: ${{ secrets.RELEASE_IT_GITHUB_TOKEN }}
GITHUB_TOKEN: ${{ secrets.RELEASE_IT_GITHUB_TOKEN }}
#RELEASE_IT_GITHUB_TOKEN: ${{ secrets.RELEASE_IT_GITHUB_TOKEN }}
3 changes: 1 addition & 2 deletions .release-it.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,7 @@
"requireCleanWorkingDir": false
},
"github": {
"release": false,
"tokenRef": "RELEASE_IT_GITHUB_TOKEN"
"release": true
},
"npm": {
"publishPath": "./dist"
Expand Down
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "vueless",
"version": "0.0.37",
"version": "0.0.36",
"license": "MIT",
"description": "Vue Styleless Component Framework.",
"homepage": "https://vueless.com",
Expand Down

0 comments on commit 8438727

Please sign in to comment.