diff --git a/.github/workflows/publish-npm-nightly.yml b/.github/workflows/publish-npm-nightly.yml index bd6698a932..e313c666a9 100644 --- a/.github/workflows/publish-npm-nightly.yml +++ b/.github/workflows/publish-npm-nightly.yml @@ -13,8 +13,6 @@ jobs: - uses: actions/checkout@v2 with: fetch-depth: 0 - - name: Add dev branch - run: git branch dev origin/dev - name: Setup node uses: actions/setup-node@v2 with: