Skip to content

Commit

Permalink
Auto build fix
Browse files Browse the repository at this point in the history
  • Loading branch information
gcapnias authored Jul 4, 2022
1 parent 45421c6 commit 3f8b897
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,8 @@ name: Publish

on:
push:
branches: [ vsix ]
pull_request:
branches: [ vsix ]
tags:
- "v*.*.*"

env:
dotnet_sdk_version: '3.1.x'
Expand Down Expand Up @@ -49,6 +48,5 @@ jobs:

- 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 3f8b897

Please sign in to comment.