Skip to content
Merged
Changes from 1 commit
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
10 changes: 10 additions & 0 deletions .github/workflows/github-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ on:
jobs:
Publish:
permissions:
id-token: write
contents: write
runs-on: ubuntu-latest
if: startsWith(github.ref, 'refs/tags/v')
Expand All @@ -26,3 +27,12 @@ jobs:
release_name: ${{ env.RELEASE_NAME }}
draft: false
prerelease: false
- uses: actions/checkout@v5
with:
persist-credentials: false
Comment thread
rei-moo marked this conversation as resolved.
Outdated
- name: Set up Ruby
uses: ruby/setup-ruby@09a7688d3b55cf0e976497ff046b70949eeaccfd
Comment thread
rei-moo marked this conversation as resolved.
Outdated
with:
bundler-cache: true
ruby-version: ruby
Comment thread
rei-moo marked this conversation as resolved.
Outdated
- uses: rubygems/release-gem@v1