diff --git a/.github/workflows/create_swift_package.yml b/.github/workflows/create_swift_package.yml index 14f99e9e3..6030e3644 100644 --- a/.github/workflows/create_swift_package.yml +++ b/.github/workflows/create_swift_package.yml @@ -42,7 +42,7 @@ jobs: - name: Create or Find Artifact Release id: devrelease - uses: softprops/action-gh-release@v2 + uses: softprops/action-gh-release@v3 with: token: ${{ secrets.GITHUB_TOKEN }} tag_name: "${{ steps.versionPropertyValue.outputs.propVal }}"