Skip to content

Commit

Permalink
Remove "create-branch"'s dependency on "publish-npm" for testing.
Browse files Browse the repository at this point in the history
  • Loading branch information
junhaoliao committed Dec 22, 2024
1 parent 4b7a2be commit 95c6ed1
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion .github/workflows/publish-npm.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,6 @@ jobs:
NODE_AUTH_TOKEN: "${{secrets.NPM_TOKEN}}"

create-branch:
needs: ["publish-npm"]
runs-on: "ubuntu-latest"
steps:
- uses: "actions/checkout@v4"
Expand Down

0 comments on commit 95c6ed1

Please sign in to comment.