Skip to content

Commit

Permalink
fix artifactory release
Browse files Browse the repository at this point in the history
  • Loading branch information
zubenkoivan committed Sep 18, 2020
1 parent 0627e05 commit c1e08f7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ jobs:
name: Deploy to Artifactory
runs-on: ubuntu-latest
# Run only on pushing a tag
if: github.event_name == 'push' && contains(github.ref, 'refs/tags/artifactory.')
if: github.event_name == 'push' && contains(github.ref, 'refs/tags/artifactory')
needs: test

env:
Expand Down

0 comments on commit c1e08f7

Please sign in to comment.