mirror of
https://github.com/modelcontextprotocol/servers.git
synced 2026-02-19 11:54:58 -05:00
feat: only run create-tag job when packages are detected
This commit is contained in:
1
.github/workflows/release.yml
vendored
1
.github/workflows/release.yml
vendored
@@ -90,6 +90,7 @@ jobs:
|
||||
|
||||
create-tag:
|
||||
needs: [detect-packages, create-tag-name]
|
||||
if: fromJson(needs.detect-packages.outputs.packages)[0] != null
|
||||
runs-on: ubuntu-latest
|
||||
environment: release
|
||||
permissions:
|
||||
|
||||
Reference in New Issue
Block a user