diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index ca2baf9..18b17d9 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -2,40 +2,33 @@ name: Release on: release: - types: [ - published, - unpublished, - created, - edited, - deleted, - prereleased, - released, - ] - workflow_dispatch: + types: [published] -permissions: - actions: write - checks: write - contents: write - deployments: write - id-token: write - issues: write - discussions: write - packages: write - pages: write - pull-requests: write - repository-projects: write - security-events: write - statuses: write +defaults: + run: + shell: bash jobs: - context: + release: runs-on: ubuntu-latest steps: - - name: Log (github) - shell: bash + - name: Context (github) run: | cat <