Skip to content

Commit

Permalink
feat(pipeline): update prod release workflow (#189)
Browse files Browse the repository at this point in the history
  • Loading branch information
OlegDO authored Apr 23, 2024
1 parent 32473d6 commit a2f368a
Showing 3 changed files with 10 additions and 9 deletions.
3 changes: 2 additions & 1 deletion .github/workflows/build-prod.yml
Original file line number Diff line number Diff line change
@@ -69,7 +69,7 @@ jobs:
PUBLISH_PACKAGE: ${{ secrets.PUBLISH_PACKAGE }}
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
PERFORM_PROD_PLUGIN: 1
PREPARE_PROD_PLUGIN: 1

# note: this also update package.json version
- name: Publish npm packages / create github release
@@ -79,6 +79,7 @@ jobs:
PUBLISH_PACKAGE: ${{ secrets.PUBLISH_PACKAGE }}
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
PERFORM_PROD_PLUGIN: 1

- name: Archive microservices artifacts
uses: actions/upload-artifact@v3
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
@@ -30,7 +30,7 @@
},
"devDependencies": {
"@lomray/eslint-config": "^3.0.0",
"@lomray/microservice-config": "^1.6.0",
"@lomray/microservice-config": "^1.7.0",
"@lomray/microservices-cli": "^1.8.1",
"@lomray/prettier-config": "^1.2.0",
"@types/chai": "^4.3.11",

0 comments on commit a2f368a

Please sign in to comment.