diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index f08010c..8c1a825 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -31,7 +31,7 @@ jobs: zip -r dist/vscode-copilot-sync.zip scripts/ configure.ps1 - name: Create release - uses: softprops/action-gh-release@v2 + uses: softprops/action-gh-release@v3 with: tag_name: ${{ github.ref_name }} name: vscode-copilot-sync ${{ github.ref_name }}