feat(staging): Spec for supergfxctl GNOME shell extension (#46) #189
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
on: | |
push: | |
branches: | |
- main | |
permissions: | |
contents: write | |
checks: write | |
actions: read | |
packages: write | |
pull-requests: write | |
name: Release Please | |
jobs: | |
release-please: | |
runs-on: ubuntu-latest | |
outputs: | |
releases_created: ${{ steps.release-please.outputs.releases_created }} | |
tag: ${{ steps.release-please.outputs.tag_name }} | |
upload_url: ${{ steps.release-please.outputs.upload_url }} | |
steps: | |
- uses: google-github-actions/release-please-action@v4 | |
id: release-please | |
with: | |
release-type: simple | |
skip-github-release: true | |
skip-github-pull-request: true |