Skip to content

Commit 66789e9

Browse files
authored
Update shared-auto-release.yml
1 parent 4061881 commit 66789e9

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

.github/workflows/shared-auto-release.yml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,6 +61,10 @@ on:
6161
permissions: {}
6262

6363
jobs:
64+
exists:
65+
runs-on: ${{ fromJSON(inputs.runs-on) }}
66+
67+
6468
release:
6569
runs-on: ${{ fromJSON(inputs.runs-on) }}
6670
environment: release
@@ -111,7 +115,7 @@ jobs:
111115
latest: false
112116
113117
# Drafts your next Release notes as Pull Requests are merged into "main"
114-
- uses: cloudposse/github-action-auto-release@v2
118+
- uses: cloudposse/github-action-auto-release@test-auto-release-action
115119
id: drafter
116120
with:
117121
token: ${{ steps.github-app.outputs.token }}

0 commit comments

Comments
 (0)