Skip to content

Commit

Permalink
feat(release): remove release versioning redundant publish (#201)
Browse files Browse the repository at this point in the history
  • Loading branch information
OlegDO authored Apr 23, 2024
1 parent 51a2925 commit 313b80f
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 9 deletions.
1 change: 0 additions & 1 deletion .github/workflows/build-prod.yml
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,6 @@ jobs:
run: npx @lomray/microservices-cli semantic-release --dry-run
env:
GIT_BRANCH: ${{ needs.prepare.outputs.branch }}
PUBLISH_PACKAGE: ${{ secrets.PUBLISH_PACKAGE }}
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
PREPARE_PROD_PLUGIN: 1
Expand Down
14 changes: 7 additions & 7 deletions 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
Expand Up @@ -30,7 +30,7 @@
},
"devDependencies": {
"@lomray/eslint-config": "^3.0.0",
"@lomray/microservice-config": "^1.11.0",
"@lomray/microservice-config": "^1.12.0",
"@lomray/microservices-cli": "^1.8.1",
"@lomray/prettier-config": "^1.2.0",
"@types/chai": "^4.3.11",
Expand Down

0 comments on commit 313b80f

Please sign in to comment.