Skip to content

Commit d8430c6

Browse files
authored
Update repository name in release workflow condition
1 parent 319df76 commit d8430c6

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -136,7 +136,7 @@ jobs:
136136
runs-on: ubuntu-latest
137137
needs: [build]
138138

139-
if: github.repository == 'dail8859/NotepadNext' && github.event_name == 'push' && startsWith(github.ref, 'refs/tags/v')
139+
if: github.repository == 'drfiemost/NotepadNext' && github.event_name == 'push' && startsWith(github.ref, 'refs/tags/v')
140140

141141
env:
142142
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)