Sha256: 721bf40dd2fb1e6e608a88ee92fa68b4606521de87f7847f643a893e4b7b9f8c
Contents?: true
Size: 427 Bytes
Versions: 1
Compression:
Stored size: 427 Bytes
Contents
name: Publish Gem on: push: tags: - "*" workflow_dispatch: jobs: publish: runs-on: ubuntu-latest steps: - uses: actions/checkout@v3 - uses: ruby/setup-ruby@v1 with: ruby-version: "3.0" bundler-cache: true - uses: dawidd6/action-publish-gem@v1 with: api_key: ${{secrets.RUBYGEMS_API_KEY}} github_token: ${{secrets.GITHUB_TOKEN}}
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
cheesy-gallery-1.1.1 | .github/workflows/publish.yaml |