Skip to content

Commit

Permalink
fix: update version.txt and release-please.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
koladilip committed Mar 18, 2024
1 parent 4a071a6 commit e4cb4a2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release-please.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
with:
token: ${{ github.token }}
release-type: simple
version-file: "src/main/resource/version.txt"
path: "src/main/resources/version.txt"

upload-artifact:
runs-on: ubuntu-latest
Expand Down
2 changes: 1 addition & 1 deletion src/main/resources/version.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.3.3
0.4.0

0 comments on commit e4cb4a2

Please sign in to comment.