Skip to content

Commit 30381b8

Browse files
committed
test
1 parent f4b0d17 commit 30381b8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ jobs:
3939

4040
- name: Release
4141
uses: softprops/action-gh-release@v1
42-
if: startsWith(github.ref, 'refs/tags/')
42+
# if: startsWith(github.ref, 'refs/tags/')
4343
with:
4444
token: ${{ secrets.ACCESS_TOKEN }}
4545
files: ./target/myrobotlab.zip

0 commit comments

Comments
 (0)