We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents acf9d98 + 4b78e1c commit 0687157Copy full SHA for 0687157
.github/workflows/ci.yml
@@ -152,7 +152,7 @@ jobs:
152
-
153
name: '[Publish Release]'
154
if: ${{ github.event_name == 'repository_dispatch' }}
155
- uses: peter-evans/repository-dispatch@v3
+ uses: peter-evans/repository-dispatch@v4
156
with:
157
token: ${{ secrets.RELEASE_GITHUB_TOKEN }}
158
repository: ${{ github.repository }}
.github/workflows/release.yml
@@ -20,7 +20,7 @@ jobs:
20
$VERSION="${{ github.ref }}".Replace("refs/tags/", "")
21
"version=$VERSION" >> $env:GITHUB_OUTPUT
22
23
24
25
26
0 commit comments