Skip to content

Commit

Permalink
fix(workflow): update release name
Browse files Browse the repository at this point in the history
  • Loading branch information
1nchy committed Aug 13, 2024
1 parent 6e0b380 commit 66cae07
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,8 +30,8 @@ jobs:
env:
GITHUB_TOKEN: ${{secrets.RELEASE_TOKEN}}
with:
tag_name: ${{ github.ref }}
release_name: Release ${{ github.ref }}
tag_name: ${{github.ref}}
release_name: Release ${{github.ref}}
draft: false
prerelease: false
- name: Upload Release Asset
Expand All @@ -41,5 +41,5 @@ jobs:
with:
upload_url: ${{steps.create_release.outputs.upload_url}}
asset_path: ./cmake-project-template-1.0.0.vsix
asset_name: cmake-project-template-1.0.0.vsix
asset_name: cmake-project-template-${{github.ref}}.vsix
asset_content_type: application/vsix

0 comments on commit 66cae07

Please sign in to comment.