Skip to content

Commit

Permalink
update publish workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
leonitousconforti committed May 9, 2024
1 parent 2edc328 commit 32b64ed
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ jobs:
- name: Verify Change Logs
run: node common/scripts/install-run-rush.js change --verify
- name: Rush publish
run: node common/scripts/install-run-rush.js publish --publish --apply --set-access-level public --target-branch main --npm-auth-token ${{ secrets.NPM_AUTH_TOKEN }}
run: node common/scripts/install-run-rush.js publish --publish --apply --set-access-level public --target-branch main --add-commit-details --npm-auth-token ${{ secrets.NPM_AUTH_TOKEN }}

# In order to build the authproxy docker image, we first need to build it and
# its dependencies (remember this will be really fast because we are caching
Expand Down

0 comments on commit 32b64ed

Please sign in to comment.