We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 319df76 commit d8430c6Copy full SHA for d8430c6
1 file changed
.github/workflows/build.yml
@@ -136,7 +136,7 @@ jobs:
136
runs-on: ubuntu-latest
137
needs: [build]
138
139
- if: github.repository == 'dail8859/NotepadNext' && github.event_name == 'push' && startsWith(github.ref, 'refs/tags/v')
+ if: github.repository == 'drfiemost/NotepadNext' && github.event_name == 'push' && startsWith(github.ref, 'refs/tags/v')
140
141
env:
142
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
0 commit comments