Skip to content

Commit

Permalink
Update GHA build for release 1.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
zero88 committed Mar 16, 2021
1 parent f3f544e commit 368c089
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ jobs:
id: semantic
shell: bash
run: |
echo ::set-output name=semanticVersion::$(grep semanticVersion gradle.properties | cut -d'=' -f2)
[[ "${{ steps.context.outputs.isTag }}" == "true" ]] && sv="" || sv=$(grep semanticVersion gradle.properties | cut -d'=' -f2)
build:
runs-on: ubuntu-latest
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -199,7 +199,7 @@ jooqx.execute(query, DSLAdapter.fetchCount(query.asTable()), ar -> System.out.p
//output: 10
```

Interesting? Please checkout more features, [here](FEATURES.md)
Interesting? Please checkout more features, [here](FEATURES.md) and [java-doc](https://zero88.github.io/jooqx/docs/javadoc/index.html)

## Contributions

Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ org.gradle.parallel=true

# Project properties --------------------------
version=1.0.0
semanticVersion=-SNAPSHOT
semanticVersion=
buildBy=local
buildHash=
description=Vert.x jOOQ DSL
Expand Down

0 comments on commit 368c089

Please sign in to comment.