diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index e0831f2..b858068 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -440,7 +440,7 @@ jobs: echo "release_notes_file=release_notes.md" >> $GITHUB_OUTPUT - name: Create GitHub Release - uses: softprops/action-gh-release@v2 + uses: softprops/action-gh-release@v3 with: tag_name: ${{ github.event.inputs.tag }} name: "Bose SoundTouch Go Library ${{ github.event.inputs.tag }}" @@ -470,7 +470,7 @@ jobs: path: ./release-assets - name: Upload additional assets to existing release - uses: softprops/action-gh-release@v2 + uses: softprops/action-gh-release@v3 with: tag_name: ${{ github.event.release.tag_name }} files: |