We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1b1c482 commit 84d3e32Copy full SHA for 84d3e32
.github/workflows/android.yml
@@ -10,18 +10,15 @@ jobs:
10
steps:
11
- name: Checkout sources
12
uses: actions/checkout@v5
13
- with:
14
- fetch-depth: 0
15
16
- name: Generate release notes
17
run: |
18
git fetch origin tag temp
19
- git fetch origin tag test
20
21
- name: Generate release notes 2
22
23
tag_hash=$(git rev-parse --short refs/tags/temp)
24
- git log $tag_hash..refs/tags/test --oneline --decorate=no > notes.txt
+ git log $tag_hash..HEAD --oneline --decorate=no > notes.txt
25
26
- name: Create release
27
env:
0 commit comments