We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4061881 commit 66789e9Copy full SHA for 66789e9
.github/workflows/shared-auto-release.yml
@@ -61,6 +61,10 @@ on:
61
permissions: {}
62
63
jobs:
64
+ exists:
65
+ runs-on: ${{ fromJSON(inputs.runs-on) }}
66
+
67
68
release:
69
runs-on: ${{ fromJSON(inputs.runs-on) }}
70
environment: release
@@ -111,7 +115,7 @@ jobs:
111
115
latest: false
112
116
113
117
# 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
119
id: drafter
120
with:
121
token: ${{ steps.github-app.outputs.token }}
0 commit comments