Skip to content

Commit

Permalink
CI: bug fix in pack_publish.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
sanikolaev authored May 17, 2024
1 parent b41a4fc commit a915428
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/pack_publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -213,7 +213,7 @@ jobs:
- id: vars
run: |
version=$( cat CMakeLists.txt | grep 'columnar VERSION' | cut -d' ' -f5 )
date=$( git log -1 --date=short --format=%cd | cut -c3- | tr -d '-' )
date=$( git log -1 --date=format-local:"%y%m%d%H" --format=%cd )
commit=${GITHUB_SHA:0:7}
echo "app_version=$version" >> $GITHUB_OUTPUT
Expand All @@ -228,6 +228,6 @@ jobs:
- name: Update deps
uses: manticoresoftware/manticoresearch/actions/update-deps@master
with:
name: columnar
name: mcl
version: "${{ needs.vars.outputs.app_version }} ${{ needs.vars.outputs.app_date }} ${{ needs.vars.outputs.app_commit }}"
token: ${{ secrets.PR_TOKEN }}

0 comments on commit a915428

Please sign in to comment.