We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9d05cb3 commit 226d4b9Copy full SHA for 226d4b9
.github/workflows/release.yml
@@ -52,14 +52,17 @@ jobs:
52
with:
53
path: artifacts
54
55
+ - name: Install @algorandfoundation/algorand-typescript-testing dependencies and patch for bundling
56
+ run: npm i --include=prod && npx patch-package --patch-dir ../../patches
57
+ working-directory: artifacts/algo-ts-testing
58
+
59
- name: Generate semantic version for @algorandfoundation/algorand-typescript-testing
60
run: npx semantic-release
61
env:
62
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
63
64
- name: Publish @algorandfoundation/algorand-typescript-testing
65
uses: JS-DevTools/npm-publish@v3
- id: publish-puya-ts
66
67
token: ${{ secrets.NPM_TOKEN }}
68
package: artifacts/algo-ts-testing/package.json
0 commit comments