Skip to content

Commit fdd8919

Browse files
First Release? v3
1 parent 0c936ca commit fdd8919

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
@@ -96,7 +96,7 @@ jobs:
9696
if: steps.get_version.outputs.release != $(./fastfetch --version)
9797
uses: softprops/action-gh-release@v1
9898
with:
99-
tag_name: ${{ $(./fastfetch --version) }}
99+
tag_name: $(./fastfetch --version)
100100
generate_release_notes: true
101101
files: |
102102
./fastfetch

0 commit comments

Comments
 (0)