Skip to content

Commit a3445ab

Browse files
authored
Merge pull request #7 from OpenVirtualCluster/dependabot/github_actions/softprops/action-gh-release-2
chore(deps): bump softprops/action-gh-release from 1 to 2
2 parents 574c3e7 + dac6443 commit a3445ab

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -192,7 +192,7 @@ jobs:
192192
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
193193

194194
- name: Create Release
195-
uses: softprops/action-gh-release@v1
195+
uses: softprops/action-gh-release@v2
196196
with:
197197
token: ${{ secrets.GITHUB_TOKEN }}
198198
tag_name: ${{ env.RELEASE_VERSION }}
@@ -225,7 +225,7 @@ jobs:
225225
path: dist/install.yaml
226226

227227
- name: Upload installer to release
228-
uses: softprops/action-gh-release@v1
228+
uses: softprops/action-gh-release@v2
229229
with:
230230
token: ${{ secrets.GITHUB_TOKEN }}
231231
tag_name: ${{ env.RELEASE_VERSION }}

0 commit comments

Comments
 (0)