Skip to content

Commit 803cf07

Browse files
committed
Update: add tokens
1 parent f0d977b commit 803cf07

File tree

3 files changed

+9
-3
lines changed

3 files changed

+9
-3
lines changed

.github/workflows/release.yml

+8-1
Original file line numberDiff line numberDiff line change
@@ -34,8 +34,15 @@ jobs:
3434
# - name: Linting Check
3535
# run: yarn nx run workspace:packages:lint
3636

37-
- name: Release
37+
- name: Version
3838
run: yarn nx run workspace:version
39+
env:
40+
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
41+
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
42+
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
43+
44+
- name: Release
45+
run: yarn nx run workspace:release
3946
env:
4047
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
4148
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

lerna.json

-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,6 @@
1717
"packages": [
1818
"packages/*"
1919
],
20-
"ignore": "packages/(react-formz-storybook|documentation|react-formz-storybook-native)/**",
2120
"ignoreChanges": [
2221
"packages/react-formz-storybook/**",
2322
"packages/documentation/**",

workspace/project.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -113,7 +113,7 @@
113113
"version": {
114114
"executor": "nx:run-commands",
115115
"options": {
116-
"command": "npx lerna version --force-publish --yes --create-release github"
116+
"command": "npx lerna version --yes --create-release github"
117117
}
118118
},
119119
"release": {

0 commit comments

Comments
 (0)