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 f4b0d17 commit 30381b8Copy full SHA for 30381b8
.github/workflows/build.yml
@@ -39,7 +39,7 @@ jobs:
39
40
- name: Release
41
uses: softprops/action-gh-release@v1
42
- if: startsWith(github.ref, 'refs/tags/')
+ # if: startsWith(github.ref, 'refs/tags/')
43
with:
44
token: ${{ secrets.ACCESS_TOKEN }}
45
files: ./target/myrobotlab.zip
0 commit comments