Sha256: 845f58a9918bb41b3e968a4e63db8865ee7ccf8dc9aa90b3d786ea5e52f763b6
Contents?: true
Size: 353 Bytes
Versions: 3
Compression:
Stored size: 353 Bytes
Contents
name: CI on: push: branches: - master tags: - v* jobs: publish: if: contains(github.ref, 'refs/tags/v') runs-on: ubuntu-latest steps: - uses: actions/checkout@v2 - name: Release Gem uses: CvX/publish-rubygems-action@master env: RUBYGEMS_API_KEY: ${{secrets.RUBYGEMS_API_KEY}}
Version data entries
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
discourse_theme-0.4.0 | .github/workflows/ci.yml |
discourse_theme-0.3.5 | .github/workflows/ci.yml |
discourse_theme-0.3.4 | .github/workflows/ci.yml |