File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -142,7 +142,7 @@ jobs:
142
142
-
143
143
name : ' [Publish Release]'
144
144
if : ${{ github.event_name == 'repository_dispatch' }}
145
- uses : peter-evans/repository-dispatch@v2
145
+ uses : peter-evans/repository-dispatch@v3
146
146
with :
147
147
token : ${{ secrets.RELEASE_GITHUB_TOKEN }}
148
148
repository : ${{ github.repository }}
Original file line number Diff line number Diff line change 16
16
# Finding the version from release tag
17
17
$VERSION="${{ github.ref }}".Replace("refs/tags/", "")
18
18
"version=$VERSION" >> $env:GITHUB_OUTPUT
19
- - uses : peter-evans/repository-dispatch@v2
19
+ - uses : peter-evans/repository-dispatch@v3
20
20
with :
21
21
token : ${{ secrets.RELEASE_GITHUB_TOKEN }}
22
22
repository : ${{ github.repository }}
You can’t perform that action at this time.
0 commit comments