From 702ae7eaa2191163d301519c40bb86bdba2e0198 Mon Sep 17 00:00:00 2001 From: grog Date: Fri, 13 Oct 2023 17:07:04 -0700 Subject: [PATCH] again --- .github/workflows/build.yml | 11 ++++++++--- 1 file changed, 8 insertions(+), 3 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 1ef0195080..e18e28d021 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -1,6 +1,11 @@ name: Java CI -on: [push] +#on: [push] + +on: + push: + branches: + - develop jobs: build: @@ -39,10 +44,10 @@ jobs: - name: Release uses: softprops/action-gh-release@v1 - # if: startsWith(github.ref, 'refs/tags/') with: token: ${{ secrets.ACCESS_TOKEN }} - files: ./target/myrobotlab.zip + files: ./target/myrobotlab.zip + tag_name: ${{ steps.version.outputs.version }} # - name: Create Release # id: create_release