diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 50c9fec99..5b03d872d 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -42,6 +42,8 @@ jobs: with: submodules: recursive fetch-depth: 0 + ref: ${{ github.event.inputs.branch }} + token: ${{ secrets.IDENTUS_CI }} - name: Validate Gradle Wrapper uses: gradle/actions/wrapper-validation@v4