Skip to content

Commit

Permalink
Update to create release
Browse files Browse the repository at this point in the history
  • Loading branch information
gcapnias authored Jul 4, 2022
1 parent 031a366 commit ac02fe1
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,3 +46,9 @@ jobs:
with:
name: Npgsql.vsix
path: src/VSIX/bin/Release/Npgsql.vsix

- name: Release
uses: softprops/action-gh-release@v1
if: startsWith(github.ref, 'refs/tags/')
with:
files: src/VSIX/bin/Release/Npgsql.vsix

0 comments on commit ac02fe1

Please sign in to comment.