Skip to content

Commit

Permalink
Fix workflow action for package releases
Browse files Browse the repository at this point in the history
  • Loading branch information
ylabonte committed Aug 19, 2024
1 parent f6989ec commit 00ce08a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test-and-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -81,10 +81,10 @@ jobs:
steps:
- uses: ioBroker/testing-action-deploy@master
with:
node-version: '18.x'
node-version: '20.x'
install-command: 'yarn'
package-cache: 'yarn'
build: true
build-command: 'yarn run build'
npm-token: ${{ secrets.NPM_TOKEN }}
# github-token: ${{ secrets.GITHUB_TOKEN }}
github-token: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit 00ce08a

Please sign in to comment.