Skip to content

Commit

Permalink
Update Ruby Pkg Publisher
Browse files Browse the repository at this point in the history
  • Loading branch information
matthewrampey committed Jan 16, 2024
1 parent b73ec43 commit 067e7cd
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 10 deletions.
19 changes: 10 additions & 9 deletions .github/workflows/publish-on-push.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,12 +4,13 @@ on:
push

jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Build and publish gem
uses: jstastny/publish-gem-to-github@v2.1
with:
token: ${{ secrets.GITHUB_TOKEN }}
owner: acima-credit
build-and-push:
name: Build And Push Gems
uses: upbound-group/ruby-actions/.github/workflows/reusable_push_gems.yml@main # locking to `main` branch for latest updates for now
secrets: inherit
permissions:
contents: read
packages: write
with:
registry-url: "https://rubygems.pkg.github.com/acima-credit"
use-github-token-as-bearer-token: true
2 changes: 1 addition & 1 deletion lib/field_struct/avro_schema/version.rb
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,6 @@

module FieldStruct
module AvroSchema
VERSION = '0.1.22'
VERSION = '0.1.23'
end
end

0 comments on commit 067e7cd

Please sign in to comment.