Skip to content

Commit

Permalink
Don't filter tag names
Browse files Browse the repository at this point in the history
We don't use a `v` prefix for release tags.
  • Loading branch information
oehme authored Nov 14, 2020
1 parent 052d8b5 commit 487cdbc
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 @@ -28,7 +28,7 @@ jobs:
arguments: build
dependencies-cache-enabled: true
- name: Release on tag
if: startsWith(github.ref, 'refs/tags/v')
if: startsWith(github.ref, 'refs/tags/')
uses: eskatos/gradle-command-action@v1
env:
ORG_GRADLE_PROJECT_bintrayApiKey: ${{ secrets.ORG_GRADLE_PROJECT_BINTRAYAPIKEY }}
Expand Down

0 comments on commit 487cdbc

Please sign in to comment.