Skip to content

Commit

Permalink
Fix Publish YAML
Browse files Browse the repository at this point in the history
  • Loading branch information
beachtom committed Feb 19, 2023
1 parent bec0f5a commit 21cacb2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 21cacb2

Please sign in to comment.