diff --git a/.github/workflows/pre-release.yml b/.github/workflows/pre-release.yml index b18eae4..4d23ca3 100644 --- a/.github/workflows/pre-release.yml +++ b/.github/workflows/pre-release.yml @@ -78,7 +78,7 @@ jobs: name: wgtunnel - name: Create Release with Fastlane changelog notes id: create_release - uses: softprops/action-gh-release@v1 + uses: softprops/action-gh-release@v2 env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} with: diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index f186ef6..3eec328 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -85,7 +85,7 @@ jobs: event-type: fdroid-update - name: Create Release with Fastlane changelog notes id: create_release - uses: softprops/action-gh-release@v1 + uses: softprops/action-gh-release@v2 env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} with: