feat: cruft update #6
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# Publish the release artifacts. | |
# Release artifacts: | |
# * should have X.Y.Z versions | |
# * should be fully tested and validated | |
# * should be published on the 'release' artifact repository | |
# * are immutable and cannot be deleted once published on the 'release' artifact repository. | |
name: Publish release artifacts | |
on: | |
release: | |
types: | |
- edited | |
- published | |
permissions: | |
id-token: write | |
contents: read | |
env: | |
ENV: release | |
jobs: # TODO: Add jobs |