diff --git a/.github/workflows/canary.yml b/.github/workflows/canary.yml index 17db3566d2..381adb373f 100644 --- a/.github/workflows/canary.yml +++ b/.github/workflows/canary.yml @@ -23,7 +23,6 @@ jobs: - name: Set version run: | - cd src npm --no-git-tag-version version $(npm pkg get version | sed 's/"//g')-$(git branch --show-current | tr -cs '[:alnum:]-' '-' | tr '[:upper:]' '[:lower:]' | sed 's/-$//').$(date +'%Y%m%dT%H%M%S') - name: Build @@ -35,7 +34,6 @@ jobs: - name: Publish to npm run: | - cd src npm publish --tag $(git branch --show-current | tr -cs '[:alnum:]-' '-' | tr '[:upper:]' '[:lower:]' | sed 's/-$//') env: NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}