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 ab5cf13 commit bfca9bcCopy full SHA for bfca9bc
.github/workflows/build.yaml
@@ -28,7 +28,7 @@ jobs:
28
path: build/prawnblaster/*.uf2
29
30
- name: Create release
31
- if: ${{ github.event.ref_type == 'tag' }}
+ if: (github.event_name == 'push' && contains(github.ref, '/tags'))
32
uses: "marvinpinto/action-automatic-releases@latest"
33
with:
34
repo_token: "${{ secrets.GITHUB_TOKEN }}"
0 commit comments