Skip to content

Commit

Permalink
Update dotnet-desktop.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
raczeja authored Nov 26, 2024
1 parent 7f019e2 commit 1379e5e
Showing 1 changed file with 0 additions and 14 deletions.
14 changes: 0 additions & 14 deletions .github/workflows/dotnet-desktop.yml
Original file line number Diff line number Diff line change
Expand Up @@ -64,20 +64,6 @@ jobs:
with:
path: ./Ocaramba.Templates.VSIX/bin/Release/Ocaramba.Templates.vsix
name: Template
- name: Create GitHub Release
id: create_release
uses: actions/create-release@v1
with:
tag_name: ${{ env.templateVersion}}
release_name: Version ${{ env.templateVersion }}
body: |
Changes in this release:
- List your changes here
draft: false
prerelease: false
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
if: startsWith(github.ref, 'refs/tags/')
- name: Upload Release Asset
uses: actions/upload-release-asset@v1
with:
Expand Down

0 comments on commit 1379e5e

Please sign in to comment.