Skip to content

Commit 702ae7e

Browse files
committed
again
1 parent 30381b8 commit 702ae7e

File tree

1 file changed

+8
-3
lines changed

1 file changed

+8
-3
lines changed

.github/workflows/build.yml

Lines changed: 8 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,11 @@
11
name: Java CI
22

3-
on: [push]
3+
#on: [push]
4+
5+
on:
6+
push:
7+
branches:
8+
- develop
49

510
jobs:
611
build:
@@ -39,10 +44,10 @@ jobs:
3944

4045
- name: Release
4146
uses: softprops/action-gh-release@v1
42-
# if: startsWith(github.ref, 'refs/tags/')
4347
with:
4448
token: ${{ secrets.ACCESS_TOKEN }}
45-
files: ./target/myrobotlab.zip
49+
files: ./target/myrobotlab.zip
50+
tag_name: ${{ steps.version.outputs.version }}
4651

4752
# - name: Create Release
4853
# id: create_release

0 commit comments

Comments
 (0)