Skip to content
Merged
Changes from 1 commit
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
7 changes: 6 additions & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ on:
- main
- master
paths:
- '.github/workflows/release.yml'
- '**/*.py'
- '**/*.sh'
- Dockerfile*
Expand Down Expand Up @@ -41,4 +42,8 @@ jobs:
extra_plugins: |
@semantic-release/changelog@6.0.0
@semantic-release/git@10.0.0
# No custom env needed; uses default GITHUB_TOKEN
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: ${{ github.token }}
Comment thread
actuarysailor marked this conversation as resolved.
Outdated
Loading