Skip to content

Commit bcc0853

Browse files
committed
feat(release): remove release versioning redundant publish
1 parent 51a2925 commit bcc0853

File tree

3 files changed

+8
-9
lines changed

3 files changed

+8
-9
lines changed

.github/workflows/build-prod.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,6 @@ jobs:
6666
run: npx @lomray/microservices-cli semantic-release --dry-run
6767
env:
6868
GIT_BRANCH: ${{ needs.prepare.outputs.branch }}
69-
PUBLISH_PACKAGE: ${{ secrets.PUBLISH_PACKAGE }}
7069
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
7170
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
7271
PREPARE_PROD_PLUGIN: 1

package-lock.json

Lines changed: 7 additions & 7 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030
},
3131
"devDependencies": {
3232
"@lomray/eslint-config": "^3.0.0",
33-
"@lomray/microservice-config": "^1.11.0",
33+
"@lomray/microservice-config": "^1.12.0",
3434
"@lomray/microservices-cli": "^1.8.1",
3535
"@lomray/prettier-config": "^1.2.0",
3636
"@types/chai": "^4.3.11",

0 commit comments

Comments
 (0)