Skip to content

Update android.yml #971

Update android.yml

Update android.yml #971

Workflow file for this run

name: Build
on:
push:
branches: [ test ]
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Checkout sources
uses: actions/checkout@v5
- name: Generate release notes
run: |
git fetch origin tag temp
- name: Generate release notes 2
run: |
echo "tag_hash=$(git rev-parse --short refs/tags/temp)" >> "$GITHUB_ENV"
echo "release_notes=$(git log $tag_hash..HEAD --oneline --decorate=no)" >> "$GITHUB_ENV"
- name: Generate release notes 3
run: |
printf '%s\n' "$tag_hash"
- name: Generate release notes 4
run: |
printf '%s\n' "$release_notes"