diff --git a/.github/workflows/ci-cd.yml b/.github/workflows/ci-cd.yml index 439d6ae..fa996a6 100644 --- a/.github/workflows/ci-cd.yml +++ b/.github/workflows/ci-cd.yml @@ -202,7 +202,7 @@ jobs: run: vsce publish --pat $VSCE_PAT - name: Create GitHub Release - uses: softprops/action-gh-release@v1 + uses: softprops/action-gh-release@v2 with: files: '*.vsix' generate_release_notes: true diff --git a/.github/workflows/hotfix.yml b/.github/workflows/hotfix.yml index 0b767d2..1381963 100644 --- a/.github/workflows/hotfix.yml +++ b/.github/workflows/hotfix.yml @@ -99,7 +99,7 @@ jobs: run: vsce package - name: Create GitHub Release - uses: softprops/action-gh-release@v1 + uses: softprops/action-gh-release@v2 with: tag_name: ${{ steps.version.outputs.tag }} name: 🚨 Hotfix Release ${{ steps.version.outputs.version }} diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 0969be8..f29905e 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -117,7 +117,7 @@ jobs: - name: Create GitHub Release if: inputs.dry-run == false - uses: softprops/action-gh-release@v1 + uses: softprops/action-gh-release@v2 with: tag_name: ${{ steps.version.outputs.tag }} name: Release ${{ steps.version.outputs.version }}