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 6b2b5c4 commit a7bfbafCopy full SHA for a7bfbaf
.github/workflows/main.yml
@@ -29,6 +29,7 @@ jobs:
29
- name: Get twikoo version
30
id: twikoo
31
run: |
32
+ ls -l ./.github/workflows
33
version=$(curl -s https://raw.githubusercontent.com/Liudon/twikoo-netlify/main/package.json | jq -r '.dependencies."twikoo-netlify"')
34
echo "Twikoo version: $version"
35
echo "twikoo_version=$version" >> $GITHUB_OUTPUT
0 commit comments