Skip to content

Prepare for v3.0.2

Prepare for v3.0.2 #3

Workflow file for this run

name: Release
on:
push:
tags:
- v*
workflow_dispatch:
jobs:
release:
if: github.repository == 'sinatra/mustermann'
runs-on: ubuntu-latest
permissions:
id-token: write # for trusted publishing
steps:
- uses: actions/checkout@v4
- uses: ruby/setup-ruby@v1
with:
bundler-cache: true
ruby-version: ruby
- uses: rubygems/[email protected]
# build and push gems
- run: bundle exec rake release