Skip to content

Commit

Permalink
fix workflow working dir
Browse files Browse the repository at this point in the history
  • Loading branch information
fcannizzaro committed Sep 28, 2024
1 parent c27bbbf commit 10e38b9
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/publish-package.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,10 @@ jobs:
node-version: 20

- name: Extract version
id: version
working-directory: ./plugin
run: echo "PLUGIN_VERSION=$(jq .Version com.dim.streamdeck.sdPlugin/manifest.json -r)" | rev | cut -c3- | rev >> $GITHUB_ENV

- uses: pnpm/action-setup@v2
name: Install pnpm
id: pnpm-install
Expand Down

0 comments on commit 10e38b9

Please sign in to comment.