Skip to content

Commit

Permalink
fix publish-nightly.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
FineArchs authored Jul 30, 2024
1 parent adca53d commit cc6d78e
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/publish-nightly.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,8 +43,6 @@ jobs:
matrix: ${{ fromJSON(needs.get-branches.outputs.matrix) }}
env:
NPM_SECRET: ${{ secrets.NPM_SECRET }}
needs: get-branches
if: contains(fromJSON(needs.get-branches.outputs.branches), matrix.branch)

steps:
- name: Checkout ${{ matrix.branch }}
Expand Down

0 comments on commit cc6d78e

Please sign in to comment.