Skip to content

Commit

Permalink
Fix release workflow syntax
Browse files Browse the repository at this point in the history
  • Loading branch information
namoscato committed Jul 2, 2020
1 parent 9fd00a2 commit dad6118
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with:
- publish_latest_tag: true
publish_latest_tag: true
docker:
runs-on: ubuntu-latest
needs: git
Expand Down

0 comments on commit dad6118

Please # to comment.