Skip to content

Commit

Permalink
DO NOT SUBMIT: dry run publish
Browse files Browse the repository at this point in the history
  • Loading branch information
ethanlookpotts committed Jul 26, 2023
1 parent c4372d1 commit abbbbc8
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -62,8 +62,7 @@ jobs:
retention-days: 30

deploy-npm:
if: ${{ github.repository == 'viamrobotics/prime' && github.event_name == 'push' && github.ref == 'refs/heads/main' }}
needs: [check, build, test]
needs: [build]
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
Expand All @@ -83,7 +82,7 @@ jobs:
name: npm-core-dist
path: packages/core/dist
- name: Publish 🚀
run: pnpm publish -r
run: pnpm publish -r --dry-run --no-git-checks
env:
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}

Expand Down
2 changes: 1 addition & 1 deletion packages/legacy/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@viamrobotics/prime",
"version": "0.4.0",
"version": "0.4.1",
"license": "Apache-2.0",
"type": "module",
"files": [
Expand Down

0 comments on commit abbbbc8

Please sign in to comment.