Sha256: 826956482e3bf763a21d36832af6f829cd0bdf240db0bdf53672118bac45ee70
Contents?: true
Size: 662 Bytes
Versions: 3
Compression:
Stored size: 662 Bytes
Contents
# Auto-generated by Cimas: Do not edit it manually! # See https://github.com/metanorma/cimas name: release on: workflow_dispatch: inputs: next_version: description: | Next release version. Possible values: x.y.z, major, minor, patch or pre|rc|etc required: true default: 'skip' repository_dispatch: types: [ do-release ] jobs: release: uses: metanorma/ci/.github/workflows/rubygems-release.yml@main with: next_version: ${{ github.event.inputs.next_version }} secrets: rubygems-api-key: ${{ secrets.UNITSML_CI_RUBYGEMS_API_KEY }} pat_token: ${{ secrets.UNITSML_CI_PAT_TOKEN }}
Version data entries
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
unitsdb-1.0.0 | .github/workflows/release.yml |
unitsdb-0.1.1 | .github/workflows/release.yml |
unitsdb-0.1.0 | .github/workflows/release.yml |