diff --git a/.github/workflows/cd.yml b/.github/workflows/cd.yml index 155d523..55e7688 100644 --- a/.github/workflows/cd.yml +++ b/.github/workflows/cd.yml @@ -105,7 +105,7 @@ jobs: run: | mvn package -DskipTests -Dset.changelist - name: Create Release - uses: softprops/action-gh-release@a74c6b72af54cfa997e81df42d94703d6313a2d0 #v2.0.6 + uses: softprops/action-gh-release@e7a8f85e1c67a31e6ed99a94b41bd0b71bbee6b8 #v2.0.9 if: inputs.dev == true || inputs.tag == 'nightly' env: GITHUB_TOKEN: ${{ github.token}}