Skip to content

Commit ddb0c34

Browse files
Release 1.7.1
second try
1 parent 67e4337 commit ddb0c34

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/push.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -116,7 +116,7 @@ jobs:
116116
if: needs.linux.outputs.ffversion != steps.get_version_release.outputs.release
117117
uses: ncipollo/release-action@v1
118118
with:
119-
tag: ${{ steps.get_version_fastfetch.outputs.release }}
119+
tag: ${{ needs.linux.outputs.ffversion }}
120120
commit: ${{ github.sha }}
121121
artifactErrorsFailBuild: true
122122
artifacts: fastfetch-linux/*,fastfetch-macos/*

0 commit comments

Comments
 (0)