Skip to content

Commit

Permalink
ci: fixing CI
Browse files Browse the repository at this point in the history
  • Loading branch information
crookse committed May 13, 2024
1 parent 637da5a commit 1541148
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/v0.x.publish_release_npm.yml
Original file line number Diff line number Diff line change
Expand Up @@ -109,6 +109,6 @@ jobs:
run: |
rm package.json
cd dist
deno task publish:npm
npm publish --access public
env:
NODE_AUTH_TOKEN: ${{ secrets.PUBLISH_TO_NPM_TOKEN }}
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@smartweaver/slick-transaction",
"version": "0.0.5",
"versionBuildDate": "20240513.1355",
"version": "0.0.6",
"versionBuildDate": "20240513.1406",
"description": "Slick builder APIs for creating Arweave transactions",
"author": "Eric Crooks <eric.crooks.github@gmail.com> (https://crookse.com)",
"license": "GPL-3.0",
Expand Down
1 change: 0 additions & 1 deletion scripts/doit.ts
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,6 @@ copy([
"AUTHORS",
"LICENSE",
"README.md",
"bin/cli.js",
]);

// Slim down the package.json file before putting it into the distributable
Expand Down

0 comments on commit 1541148

Please sign in to comment.