Skip to content

Commit

Permalink
Fixed pushing on new tag
Browse files Browse the repository at this point in the history
  • Loading branch information
niemyjski authored May 6, 2020
1 parent 2c8ffc6 commit 4d35356
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ jobs:
done
- name: Publish Release Packages
shell: bash
if: startsWith(github.ref, 'refs/tags/v')
if: startsWith(github.ref, 'refs/tags/')
run: |
for package in $(find -name "*.nupkg" | grep "minver" -v); do
echo "${0##*/}": Pushing $package...
Expand Down

0 comments on commit 4d35356

Please sign in to comment.