Skip to content

Commit 9a1d7cf

Browse files
committed
Update generate-release-notes.yml
1 parent be8fe0a commit 9a1d7cf

1 file changed

Lines changed: 1 addition & 10 deletions

File tree

.github/workflows/generate-release-notes.yml

Lines changed: 1 addition & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,6 @@ on:
44
push:
55
paths:
66
- '.github/workflows/generate-release-notes.yml'
7-
pull_request:
8-
paths:
9-
- '.github/workflows/generate-release-notes.yml'
107

118
jobs:
129
generate-release-notes:
@@ -16,7 +13,7 @@ jobs:
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

@@ -28,12 +25,6 @@ jobs:
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 }}

0 commit comments

Comments
 (0)