Skip to content

Commit

Permalink
build_release update to commit README properly
Browse files Browse the repository at this point in the history
  • Loading branch information
morisil committed Aug 29, 2024
1 parent 58a5148 commit 939f963
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions .github/workflows/build-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,8 @@ jobs:
echo "VERSION=$VERSION" >> $GITHUB_ENV
- name: Checkout sources
uses: actions/[email protected]
with:
ref: ${{ github.head_ref }}
- name: Setup Java
uses: actions/[email protected]
with:
Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
kotlin.code.style=official
group=com.xemantic.kotlin
version=1.2-SNAPSHOT
version=1.3-SNAPSHOT

0 comments on commit 939f963

Please sign in to comment.