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 (#10)
  • Loading branch information
morisil authored Aug 29, 2024
1 parent 92818c1 commit b839dfc
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/[email protected]
with:
ref: ${{ github.head_ref }}
- run: git switch -
- name: Setup Java
uses: actions/[email protected]
with:
Expand Down

0 comments on commit b839dfc

Please sign in to comment.