Skip to content

Commit

Permalink
remove references to npm-publish.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
ethanlookpotts committed Nov 4, 2024
1 parent 84729eb commit 9984241
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 18 deletions.
6 changes: 0 additions & 6 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -60,12 +60,6 @@ jobs:
secrets:
GCP_CREDENTIALS: ${{ secrets.GCP_CREDENTIALS }}

npm_publish:
uses: viamrobotics/rdk/.github/workflows/npm-publish.yml@main
needs: test
secrets:
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}

license_finder:
uses: viamrobotics/rdk/.github/workflows/license_finder.yml@main

Expand Down
6 changes: 0 additions & 6 deletions .github/workflows/releasecandidate.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,12 +43,6 @@ jobs:
secrets:
GCP_CREDENTIALS: ${{ secrets.GCP_CREDENTIALS }}

npm_publish:
uses: viamrobotics/rdk/.github/workflows/npm-publish.yml@main
needs: test
secrets:
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}

slack-workflow-status:
if: ${{ failure() }}
name: Post Workflow Status To Slack
Expand Down
6 changes: 0 additions & 6 deletions .github/workflows/stable.yml
Original file line number Diff line number Diff line change
Expand Up @@ -60,12 +60,6 @@ jobs:
secrets:
GCP_CREDENTIALS: ${{ secrets.GCP_CREDENTIALS }}

npm_publish:
uses: viamrobotics/rdk/.github/workflows/npm-publish.yml@main
needs: test
secrets:
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}

slack-workflow-status:
if: ${{ failure() }}
name: Post Workflow Status To Slack
Expand Down

0 comments on commit 9984241

Please sign in to comment.