diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 13d9204..b98d176 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -107,7 +107,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Release - uses: softprops/action-gh-release@v2 + uses: softprops/action-gh-release@v3 with: name: "${{ needs.init.outputs.version }}: phpMyAdmin" tag_name: ${{ needs.init.outputs.version }}