Skip to content

Commit

Permalink
fix: fix issue with publish
Browse files Browse the repository at this point in the history
  • Loading branch information
neuqzxy committed Nov 18, 2024
1 parent 4fb0e37 commit e148435
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/bug-server.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:
run: node common/scripts/install-run-rush.js update --bypass-policy

- name: Install rush
run: node common/scripts/install-run-rush.js install --bypass-policy
run: node common/scripts/install-run-rush.js update --bypass-policy

- name: Build
run: node common/scripts/install-run-rush.js build -t @internal/bugserver-trigger
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release-changelog.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:

# Install rush
- name: Install rush
run: node common/scripts/install-run-rush.js install --bypass-policy
run: node common/scripts/install-run-rush.js update --bypass-policy

- name: Create branch
run: |
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/sync-main-to-develop.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ jobs:

# Install rush
- name: Install rush
run: node common/scripts/install-run-rush.js install --bypass-policy
run: node common/scripts/install-run-rush.js update --bypass-policy

- name: Get version
id: package-version
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/unit-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ jobs:
- name: Update rush
run: node common/scripts/install-run-rush.js update --bypass-policy
- name: Install rush
run: node common/scripts/install-run-rush.js install --bypass-policy
run: node common/scripts/install-run-rush.js update --bypass-policy
- run: node common/scripts/install-run-rush.js build --only tag:package
- name: Pre unit test
run: cd packages/vstory && node ../../common/scripts/install-run-rushx.js test && cd ../..
Expand Down
2 changes: 1 addition & 1 deletion common/config/rush/version-policies.json
Original file line number Diff line number Diff line change
@@ -1 +1 @@
[{"definitionName":"lockStepVersion","policyName":"vstoryMain","version":"0.0.8","nextBump":"patch"}]
[{"definitionName":"lockStepVersion","policyName":"vstoryMain","version":"0.0.9","nextBump":"patch"}]

0 comments on commit e148435

Please sign in to comment.