Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/publish-rubygems.yml
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ jobs:
# same OIDC credential action release-gem uses internally, then build + push the gem
# explicitly — no rake, no Rakefile, no Gemfile.lock, no git write needed.
- name: Configure RubyGems credentials via OIDC trusted publishing
uses: rubygems/configure-rubygems-credentials@762a4b77c3300434bb57c7ce80b20e36231927aa # v2.0.0
uses: rubygems/configure-rubygems-credentials@dc5a8d8553e6ee01fc26761a49e99e733d17954a # v2.1.0
Comment thread
yakimoto marked this conversation as resolved.
- name: Build + push gem
run: |
gem build wave-sdk.gemspec
Expand Down
Loading