Skip to content

Commit 21cacb2

Browse files
committed
Fix Publish YAML
1 parent bec0f5a commit 21cacb2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
version: 3.1.31
2121
- run: npm install -g npm@latest
2222
- run: npm ci
23-
- run: npm unpublish ${{ github.event.release.tag_name }}
23+
- run: npm unpublish web-ifc@${{ github.event.release.tag_name }}
2424
- run: npm version ${{ github.event.release.tag_name }} --git-tag-version false
2525
- run: npm run build-publish-repo
2626
- uses: stefanzweifel/git-auto-commit-action@v4

0 commit comments

Comments
 (0)