Skip to content

Commit

Permalink
Fix gha
Browse files Browse the repository at this point in the history
  • Loading branch information
MaximBelov committed Nov 15, 2024
1 parent 64a7dae commit e6e398e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
with:
node-version: 20
registry-url: 'https://registry.npmjs.org'
- run: cp {README.md,CHANGELOG.md,docs} plugin
- run: cp -r {README.md,CHANGELOG.md,docs} plugin
- name: Publish
working-directory: ./plugin
run: npm publish --access public --tag ${{github.ref_name == 'master' && 'latest' || 'next' }}
Expand Down

0 comments on commit e6e398e

Please sign in to comment.