Skip to content

Commit

Permalink
Merge pull request #14 from tiwaojo/dev
Browse files Browse the repository at this point in the history
fix(ci): ref name
  • Loading branch information
tiwaojo authored Oct 11, 2023
2 parents 03a88c5 + b0def5d commit 7b72f01
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ jobs:
with:
release-type: node
release-as: 1.1.0
package-name: mcap-cli-vscode-${{ steps.release.outputs.major }}.${{ steps.release.outputs.minor }}.${{ steps.release.outputs.patch }}.vsix
package-name: mcap-cli-vscode
default-branch: main
bump-minor-pre-major: true
versioning-strategy: always-bump-minor
Expand All @@ -63,4 +63,4 @@ jobs:
echo tag_name: ${{ steps.release.outputs.tag_name }}
echo upload_url: ${{ steps.release.outputs.upload_url }}
echo outputs: ${{ steps.release.outputs }}
gh release upload ${{ steps.release.outputs.tag_name }} ./mcap-cli-vscode-${{ steps.release.outputs.major }}.${{ steps.release.outputs.minor }}.${{ steps.release.outputs.patch }}.vsix
gh release upload ${{ steps.release.outputs.tag_name }} ./mcap-cli-vscode-${{ steps.release.outputs.tag_name }}.vsix

0 comments on commit 7b72f01

Please sign in to comment.