We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f9b4c00 commit a1979e2Copy full SHA for a1979e2
.github/workflows/gem-push.yml
@@ -11,6 +11,7 @@ jobs:
11
permissions:
12
contents: write
13
pull-requests: write
14
+ packages: write
15
steps:
16
- uses: google-github-actions/release-please-action@v4
17
id: release
lib/flat_api/version.rb
@@ -11,5 +11,5 @@
=end
module FlatApi
- VERSION = '0.3.1'
+ VERSION = '0.3.2'
end
0 commit comments