Skip to content

Commit cc4bca1

Browse files
committed
revert release config
1 parent 4a9ef72 commit cc4bca1

File tree

2 files changed

+2
-9
lines changed

2 files changed

+2
-9
lines changed

.github/workflows/release.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -62,13 +62,11 @@ jobs:
6262
path: artifacts
6363

6464
- name: Generate semantic version for @algorandfoundation/algorand-typescript-testing
65-
if: github.ref_name != 'main'
6665
run: npx semantic-release
6766
env:
6867
GITHUB_TOKEN: ${{ steps.app_token.outputs.token }}
6968

7069
- name: Publish @algorandfoundation/algorand-typescript-testing
71-
if: github.ref_name != 'main'
7270
uses: JS-DevTools/npm-publish@v3
7371
with:
7472
token: ${{ secrets.NPM_TOKEN }}

.releaserc.json

Lines changed: 2 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -63,11 +63,6 @@
6363
"pkgRoot": "artifacts/algo-ts-testing"
6464
}
6565
],
66-
[
67-
"@semantic-release/github",
68-
{
69-
"successComment": false
70-
}
71-
]
66+
"@semantic-release/github"
7267
]
73-
}
68+
}

0 commit comments

Comments
 (0)