We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e0674fb commit 0c855b5Copy full SHA for 0c855b5
.github/workflows/firmware.yaml
@@ -15,7 +15,6 @@ jobs:
15
git config --global --add safe.directory /__w/${repo}/${repo}
16
- name: Build firmware (at a push)
17
if: github.event_name == 'push'
18
- uses: softprops/action-gh-release@v2
19
run: |
20
make docker
21
make firmware
0 commit comments