diff --git a/.github/workflows/update-release-tags.yml b/.github/workflows/update-release-tags.yml index 8776340d8..0269a0529 100644 --- a/.github/workflows/update-release-tags.yml +++ b/.github/workflows/update-release-tags.yml @@ -12,8 +12,8 @@ jobs: uses: actions/checkout@v2 with: ref: ${{ github.event.release.tag_name }} - - name: Install deps and build - run: npm ci && npm run build + - name: Install deps + run: npm ci - uses: JasonEtco/build-and-tag-action@v1 env: GITHUB_TOKEN: ${{ github.token }} \ No newline at end of file