Skip to content

fetch depth and tags #8

fetch depth and tags

fetch depth and tags #8

Workflow file for this run

name: Release Gem
on:
push:
branches:
- add-push-gem-workflow
jobs:
release_gem:
if: github.repository == 'shopify/spoom'
runs-on: ubuntu-latest
permissions:
contents: write
id-token: write
steps:
- uses: actions/checkout@v4
with:
fetch-depth: 0
fetch-tags: true
- name: Set up Ruby
uses: ruby/setup-ruby@v1
with:
bundler-cache: true
- uses: rubygems/[email protected]
- run: bundle exec rake release:source_control_push