Skip to content

Commit

Permalink
[master] Fix workflow name
Browse files Browse the repository at this point in the history
  • Loading branch information
zored committed Jun 28, 2020
1 parent 86ef10a commit cdd51db
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ jobs:
- run: ./project.sh sync
- run: ./project.sh build-all
- uses: softprops/action-gh-release@v1
if: startsWith(github.ref, 'refs/tags/v')
if: "startsWith(github.ref, 'refs/tags/v')"
env: { GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} }
with:
files: |
Expand Down

0 comments on commit cdd51db

Please sign in to comment.