Skip to content

Commit

Permalink
ci: string compare attempt
Browse files Browse the repository at this point in the history
  • Loading branch information
Timothy Place authored Jun 19, 2020
1 parent eb85a32 commit 62ad08b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@ jobs:
with:
length: 7
- uses: ncipollo/release-action@v1
if: ${{ github.ref == 'refs/tags/*' }}
if: ${{ contains( github.ref, 'refs/tags/' ) }}
with:
artifacts: ${{ github.event.repository.name }}-${{ steps.short-sha.outputs.sha }}-release
token: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit 62ad08b

Please sign in to comment.