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 67e4337 commit ddb0c34Copy full SHA for ddb0c34
.github/workflows/push.yml
@@ -116,7 +116,7 @@ jobs:
116
if: needs.linux.outputs.ffversion != steps.get_version_release.outputs.release
117
uses: ncipollo/release-action@v1
118
with:
119
- tag: ${{ steps.get_version_fastfetch.outputs.release }}
+ tag: ${{ needs.linux.outputs.ffversion }}
120
commit: ${{ github.sha }}
121
artifactErrorsFailBuild: true
122
artifacts: fastfetch-linux/*,fastfetch-macos/*
0 commit comments