Skip to content

Commit ec2f270

Browse files
authored
Update dotnet.yml
1 parent e2ba003 commit ec2f270

File tree

1 file changed

+4
-6
lines changed

1 file changed

+4
-6
lines changed

.github/workflows/dotnet.yml

Lines changed: 4 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -60,17 +60,15 @@ jobs:
6060
run: Remove-Item -Path '*.pdb' -Force -Recurse
6161
shell: pwsh
6262

63+
6364
- uses: vimtor/action-zip@v1
6465
with:
6566
files: ./Source/${{ env.SOLUTION_DIR }}/${{matrix.OUTPUTDIR}}/
6667
dest: ${{ env.SOLUTION_DIR }}/${{matrix.OUTPUTDIR}}.zip
6768

68-
- name: Create Github Release
69-
uses: "marvinpinto/action-automatic-releases@latest"
69+
- name: Release
70+
uses: softprops/action-gh-release@v1
71+
if: startsWith(github.ref, 'refs/tags/')
7072
with:
71-
repo_token: "${{ secrets.GITHUB_TOKEN }}"
72-
automatic_release_tag: "latest"
73-
prerelease: false
74-
title: VisualPairCoding v1.${{github.run_number}}
7573
files: |
7674
${{ env.SOLUTION_DIR }}/${{matrix.OUTPUTDIR}}.zip

0 commit comments

Comments
 (0)