Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 2 additions & 8 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,13 +9,11 @@ on:
paths:
- '**/*.py'
- '**/*.sh'
- Dockerfile
- Dockerfile*
- .pre-commit-hooks.yaml
# Ignore paths
- '!tests/**'

permissions:
contents: read

jobs:
release:
Expand Down Expand Up @@ -43,8 +41,4 @@ jobs:
extra_plugins: |
@semantic-release/changelog@6.0.0
@semantic-release/git@10.0.0
env:
# Custom token for triggering Docker image build GH Workflow on release
# created by cycjimmy/semantic-release-action. Events created by
# workflows with default GITHUB_TOKEN not trigger other GH Workflow.
GITHUB_TOKEN: ${{ secrets.SEMANTIC_RELEASE_TOKEN }}
# No custom env needed; uses default GITHUB_TOKEN
Comment thread
actuarysailor marked this conversation as resolved.
Loading