Skip to content

Commit

Permalink
Update: add tokens
Browse files Browse the repository at this point in the history
  • Loading branch information
jerrywithaz committed Sep 17, 2023
1 parent f0d977b commit 803cf07
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 3 deletions.
9 changes: 8 additions & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,8 +34,15 @@ jobs:
# - name: Linting Check
# run: yarn nx run workspace:packages:lint

- name: Release
- name: Version
run: yarn nx run workspace:version
env:
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}

- name: Release
run: yarn nx run workspace:release
env:
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
Expand Down
1 change: 0 additions & 1 deletion lerna.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,6 @@
"packages": [
"packages/*"
],
"ignore": "packages/(react-formz-storybook|documentation|react-formz-storybook-native)/**",
"ignoreChanges": [
"packages/react-formz-storybook/**",
"packages/documentation/**",
Expand Down
2 changes: 1 addition & 1 deletion workspace/project.json
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,7 @@
"version": {
"executor": "nx:run-commands",
"options": {
"command": "npx lerna version --force-publish --yes --create-release github"
"command": "npx lerna version --yes --create-release github"
}
},
"release": {
Expand Down

0 comments on commit 803cf07

Please sign in to comment.