Skip to content

Bump gem_server_conformance to 0.1.1 #2

Bump gem_server_conformance to 0.1.1

Bump gem_server_conformance to 0.1.1 #2

Workflow file for this run

name: Push Gem
on:
push:
tags:
- v*
permissions:
contents: read
jobs:
push:
if: github.repository == 'rubygems/gem_server_conformance'
runs-on: ubuntu-latest
permissions:
contents: write
id-token: write
steps:
# Set up
- name: Harden Runner
uses: step-security/harden-runner@17d0e2bd7d51742c71671bd19fa12bdc9d40a3d6 # v2.8.1
with:
egress-policy: audit
- uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
- name: Set up Ruby
uses: ruby/setup-ruby@3a77c29278ae80936b4cb030fefc7d21c96c786f # v1.185.0
with:
bundler-cache: true
ruby-version: ruby
# Release
- uses: rubygems/release-gem@612653d273a73bdae1df8453e090060bb4db5f31 # v1