Skip to content
This repository was archived by the owner on Jul 7, 2025. It is now read-only.

Commit 3993676

Browse files
author
Nate Wiebe
authored
Merge pull request #40 from Pixelrobin/raw-version
Store the version without quotes
2 parents f0d5f18 + 7bdb808 commit 3993676

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/auto-update.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ jobs:
5252

5353
- name: Get Feather version
5454
id: get-feather-version
55-
run: echo "::set-output name=feather-version::$(composer show npm-asset/feather-icons --format=json | jq '.versions[]')"
55+
run: echo "::set-output name=feather-version::$(composer show npm-asset/feather-icons --format=json | jq -r '.versions[]')"
5656

5757
- name: Create Pull Request
5858
uses: peter-evans/create-pull-request@v3

0 commit comments

Comments
 (0)