File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 44 push :
55 paths :
66 - ' .github/workflows/generate-release-notes.yml'
7- pull_request :
8- paths :
9- - ' .github/workflows/generate-release-notes.yml'
107
118jobs :
129 generate-release-notes :
1613 - name : Checkout repository
1714 uses : actions/checkout@v4
1815 with :
19- repository : anupriya13 /react-native-windows
16+ repository : ${{ github.repository_owner }} /react-native-windows
2017 fetch-depth : 0
2118 ref : ${{ github.head_ref != '' && github.head_ref || github.ref_name }}
2219
2825 - name : Install dependencies
2926 run : pip install requests
3027
31- - name : Get latest tag
32- id : get_tag
33- run : |
34- tag=$(git describe --tags --abbrev=0 || echo "Unreleased")
35- echo "tag=$tag" >> $GITHUB_OUTPUT
36-
3728 - name : Generate release notes file
3829 env :
3930 GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
You can’t perform that action at this time.
0 commit comments