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 8bc806f commit 1befc6dCopy full SHA for 1befc6d
.github/workflows/ci.yml
@@ -277,7 +277,7 @@ jobs:
277
name: fastfetch-windows-amd64
278
path: ./fastfetch-windows-amd64.*
279
release:
280
- if: github.event_name == 'push' && startsWith(github.ref, 'refs/tags') && github.repository == 'aiwantaozi/fastfetch'
+ if: github.event_name == 'push' && startsWith(github.ref, 'refs/tags')
281
name: Release
282
runs-on: ubuntu-latest
283
needs:
0 commit comments