Skip to content

Commit

Permalink
Fixed release-it config params
Browse files Browse the repository at this point in the history
  • Loading branch information
hridniev committed Apr 23, 2024
1 parent 2e203f8 commit b757bfa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/npm-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ jobs:
git config user.email "${GITHUB_ACTOR}@users.noreply.github.com"
- run: yarn install
- run: yarn vueless:prepare
- run: yarn release --git.tag --gitlab.release
- run: yarn release --git.tag --github.release
env:
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
GITHUB_TOKEN: ${{ secrets.RELEASE_IT_GITHUB_TOKEN }}

0 comments on commit b757bfa

Please sign in to comment.