Skip to content

Commit a1979e2

Browse files
committed
fix(gh): permission to write github packages
1 parent f9b4c00 commit a1979e2

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.github/workflows/gem-push.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@ jobs:
1111
permissions:
1212
contents: write
1313
pull-requests: write
14+
packages: write
1415
steps:
1516
- uses: google-github-actions/release-please-action@v4
1617
id: release

lib/flat_api/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,5 +11,5 @@
1111
=end
1212

1313
module FlatApi
14-
VERSION = '0.3.1'
14+
VERSION = '0.3.2'
1515
end

0 commit comments

Comments
 (0)