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 cdd51db commit 00088bd
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,8 @@ jobs:
- run: ./project.sh build-all
- uses: softprops/action-gh-release@v1
if: "startsWith(github.ref, 'refs/tags/v')"
env: { GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} }
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with:
files: |
firmwares/ergodox_ez.hex
Expand Down

0 comments on commit 00088bd

Please sign in to comment.