CICD: Fix the android Action.

Fix the android action.

Signed-off-by: Michael Keller <github@ike.ch>
This commit is contained in:
Michael Keller 2024-01-10 06:48:57 +13:00
parent 13603a0878
commit deab622c3e

View file

@ -35,11 +35,11 @@ jobs:
run: |
version=$(bash scripts/get-atomic-buildnr.sh ${{ github.sha }} ${{ secrets.NIGHTLY_BUILDS }} "CICD-release")
echo "version=$version" >> $GITHUB_OUTPUT
pr_num = ${{ steps.get_pr.outputs.number }}
pr_url = ${{ steps.get_pr.outputs.html_url }}
pr_title = ${{ steps.get_pr.outputs.title }}
commit_id = ${{ github.event.head_commit.id }}
commit_url = ${{ github.event.head_commit.url }}
pr_num=${{ steps.get_pr.outputs.number }}
pr_url=${{ steps.get_pr.outputs.html_url }}
pr_title=${{ steps.get_pr.outputs.title }}
commit_id=${{ github.event.head_commit.id }}
commit_url=${{ github.event.head_commit.url }}
bash scripts/create-releasenotes.sh "$pr_num" "$pr_url" "$pr_title" "$commit_id" "$commit_url"
- name: store dummy version and build number for non-push build runs