Skip to content

Commit afceb41

Browse files
authored
Merge pull request #22 from algorandfoundation/devRelease
build: release dryrun
2 parents 0f6f872 + 2e22596 commit afceb41

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,7 @@ jobs:
2525
node-version: '20.x'
2626
cache: 'npm'
2727
- run: npm install
28+
- run: npm run build
2829
- run: npm run release
2930
env:
3031
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
"test": "jest lib --verbose --maxWorkers=1",
1919
"test:cov": "jest lib --coverage --maxWorkers=1",
2020
"typedoc": "typedoc",
21-
"release": "semantic-release --dry-run",
21+
"release": "semantic-release",
2222
"prepare": "husky install"
2323
},
2424
"author": "",

0 commit comments

Comments
 (0)