We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bec0f5a commit 21cacb2Copy full SHA for 21cacb2
.github/workflows/publish.yml
@@ -20,7 +20,7 @@ jobs:
20
version: 3.1.31
21
- run: npm install -g npm@latest
22
- run: npm ci
23
- - run: npm unpublish ${{ github.event.release.tag_name }}
+ - run: npm unpublish web-ifc@${{ github.event.release.tag_name }}
24
- run: npm version ${{ github.event.release.tag_name }} --git-tag-version false
25
- run: npm run build-publish-repo
26
- uses: stefanzweifel/git-auto-commit-action@v4
0 commit comments