Skip to content

Commit

Permalink
build_release update to commit README properly and react only to rele…
Browse files Browse the repository at this point in the history
…ase events
  • Loading branch information
morisil committed Aug 29, 2024
1 parent 92818c1 commit 6de33df
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions .github/workflows/build-release.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,7 @@
name: Build release
on:
push:
tags:
- '**'
release:
types: [published]
jobs:
build_release:
runs-on: ubuntu-latest
Expand All @@ -18,8 +17,7 @@ jobs:
echo "VERSION=$VERSION" >> $GITHUB_ENV
- name: Checkout sources
uses: actions/checkout@v4.1.7
with:
ref: ${{ github.head_ref }}
- run: git switch -
- name: Setup Java
uses: actions/setup-java@v4.2.2
with:
Expand Down

0 comments on commit 6de33df

Please sign in to comment.