diff --git a/.github/workflows/auto-release-on-master.yml b/.github/workflows/auto-release-on-master.yml index 01e93ac..7acdee1 100644 --- a/.github/workflows/auto-release-on-master.yml +++ b/.github/workflows/auto-release-on-master.yml @@ -46,7 +46,7 @@ jobs: # see https://github.com/ncipollo/release-action - name: create github release id: create-github-release - uses: ncipollo/release-action@2c591bcc8ecdcd2db72b97d6147f871fcd833ba5 # v1.14.0 + uses: ncipollo/release-action@cdcc88a9acf3ca41c16c37bb7d21b9ad48560d87 # v1.15.0 with: tag: ${{ steps.create-bosh-release.outputs.tagged_version }} draft: false