Skip to content

Commit

Permalink
updated readme
Browse files Browse the repository at this point in the history
  • Loading branch information
ennerf committed Jan 31, 2024
1 parent f3ce66b commit 4b61f6d
Show file tree
Hide file tree
Showing 3 changed files with 147 additions and 37 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: Release Native Plugins

on:
push:
branches: [ release/native-plugins ]
branches: [ release/native-plugins ] # note that branch triggers have no inputs, not even defaults
workflow_dispatch:
inputs:
mavenGoal:
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ In order to use QuickBuffers you need to generate messages and add the correspon

```xml
<properties>
<quickbuf.version>1.3.3</quickbuf.version>
<quickbuf.version>1.4</quickbuf.version>
<quickbuf.options>indent=4,allocation=lazy,extensions=embedded</quickbuf.options>
</properties>
```
Expand Down
Loading

0 comments on commit 4b61f6d

Please sign in to comment.