Skip to content

Commit

Permalink
Merge pull request #84 from multiversx/fix-workflow
Browse files Browse the repository at this point in the history
Fix release workflow
  • Loading branch information
andreibancioiu committed Sep 27, 2023
2 parents 7c215d5 + ab2b1c5 commit eafec46
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:
sleep 5
npm run package
npm run vscode:package
gh release upload $RELEASE_TAG $(find . -type f -name "*.vsix")
- name: Publish on Marketplace
Expand Down

0 comments on commit eafec46

Please sign in to comment.