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 4a9ef72 commit cc4bca1Copy full SHA for cc4bca1
.github/workflows/release.yml
@@ -62,13 +62,11 @@ jobs:
62
path: artifacts
63
64
- name: Generate semantic version for @algorandfoundation/algorand-typescript-testing
65
- if: github.ref_name != 'main'
66
run: npx semantic-release
67
env:
68
GITHUB_TOKEN: ${{ steps.app_token.outputs.token }}
69
70
- name: Publish @algorandfoundation/algorand-typescript-testing
71
72
uses: JS-DevTools/npm-publish@v3
73
with:
74
token: ${{ secrets.NPM_TOKEN }}
.releaserc.json
@@ -63,11 +63,6 @@
"pkgRoot": "artifacts/algo-ts-testing"
}
],
- [
- "@semantic-release/github",
- {
- "successComment": false
- }
- ]
+ "@semantic-release/github"
]
-}
+}
0 commit comments