Skip to content

Commit

Permalink
Merge pull request #3 from gomicro/deploys
Browse files Browse the repository at this point in the history
fixing deploys
  • Loading branch information
dan9186 authored Apr 26, 2020
2 parents 8131be7 + 06ad938 commit c1a4351
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 @@ -17,7 +17,7 @@ jobs:
name: Deploy
runs-on: ubuntu-latest
needs: [dockerize]
if: startsWith(github.ref, 'ref/tags/')
if: startsWith(github.ref, 'refs/tags/')

steps:
- uses: actions/checkout@v1
Expand Down

0 comments on commit c1a4351

Please sign in to comment.