Skip to content

Commit

Permalink
fix workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
fcannizzaro committed Sep 28, 2024
1 parent 10e38b9 commit 332c2ab
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/publish-package.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
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 Expand Up @@ -69,4 +69,4 @@ jobs:
bodyFile: "./changelogs/${{ env.PLUGIN_VERSION }}.md"
tag: "${{ env.PLUGIN_VERSION }}"
token: "${{ secrets.GITHUB_TOKEN }}"
artifacts: "./plugin/com.dim.streamdeck.streamDeckPlugin"
artifacts: "./plugin/com.dim.streamdeck.streamDeckPlugin"

0 comments on commit 332c2ab

Please sign in to comment.