Sha256: dfa6390101808509a3dc1ffde3395bbc99b66a3fbafd217c53e0b2af2dfd1d40
Contents?: true
Size: 474 Bytes
Versions: 1
Compression:
Stored size: 474 Bytes
Contents
name: publish on: release: types: [published] jobs: tests: uses: ./.github/workflows/tests.yml secrets: inherit publish: runs-on: ubuntu-latest needs: tests permissions: packages: write contents: read attestations: write id-token: write steps: - uses: actions/checkout@v4 - uses: ruby/setup-ruby@v1 with: rubygems: latest bundler-cache: true - uses: rubygems/release-gem@v1
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
human_enum-1.1.2 | .github/workflows/publish.yml |