diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index 6fdb4fe5..72f6c253 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -20,7 +20,7 @@ jobs: version: 3.1.31 - run: npm install -g npm@latest - run: npm ci - - run: npm unpublish ${{ github.event.release.tag_name }} + - run: npm unpublish web-ifc@${{ github.event.release.tag_name }} - run: npm version ${{ github.event.release.tag_name }} --git-tag-version false - run: npm run build-publish-repo - uses: stefanzweifel/git-auto-commit-action@v4