Sha256: 4550650ddfbeccb87ea58f2a620a569989c1be2b6e0cf76971c249c5ac616a79
Contents?: true
Size: 458 Bytes
Versions: 2
Compression:
Stored size: 458 Bytes
Contents
name: Release on: release: types: [ published ] jobs: publish: if: ${{ github.event_name == 'release' && github.event.action == 'published' }} runs-on: ubuntu-latest steps: - uses: actions/checkout@v3 - name: Release Gem uses: virtualstaticvoid/publish-rubygems-action@v4 env: GIT_NAME: "Chris Stefano" GIT_EMAIL: "virtualstaticvoid@gmail.com" RUBYGEMS_API_KEY: ${{secrets.RUBYGEMS_API_KEY}}
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
taskinator-0.5.2 | .github/workflows/release.yml |
taskinator-0.5.1 | .github/workflows/release.yml |