diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index a6ed9d65..85b481be 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -29,11 +29,14 @@ jobs: steps: - uses: actions/checkout@v3 + with: + ref: ${{ github.head_ref || github.ref }} - id: vars run: | version=$(> $GITHUB_OUTPUT echo "app_date=$date" >> $GITHUB_OUTPUT @@ -273,7 +276,7 @@ jobs: runs-on: ubuntu-22.04 steps: - name: Update deps - uses: manticoresoftware/manticoresearch/actions/update-deps@fix/new-update-deps-ci + uses: manticoresoftware/manticoresearch/actions/update-deps@master with: name: buddy version: "${{ needs.vars.outputs.app_version }} ${{ needs.vars.outputs.app_date }} ${{ needs.vars.outputs.app_commit }}"