Skip to content

Commit

Permalink
Merge pull request #22 from algorandfoundation/devRelease
Browse files Browse the repository at this point in the history
build: release dryrun
  • Loading branch information
ehanoc authored Feb 14, 2025
2 parents 0f6f872 + 2e22596 commit afceb41
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@ jobs:
node-version: '20.x'
cache: 'npm'
- run: npm install
- run: npm run build
- run: npm run release
env:
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
"test": "jest lib --verbose --maxWorkers=1",
"test:cov": "jest lib --coverage --maxWorkers=1",
"typedoc": "typedoc",
"release": "semantic-release --dry-run",
"release": "semantic-release",
"prepare": "husky install"
},
"author": "",
Expand Down

0 comments on commit afceb41

Please sign in to comment.