Skip to content

Commit

Permalink
Merge pull request #15 from WunderbarNetwork/publish-fix
Browse files Browse the repository at this point in the history
Publish fix
  • Loading branch information
MilosRandelovic committed Jul 26, 2023
2 parents 613e74a + 63699be commit 1a2adf1
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/publish-to-npm.yaml
Expand Up @@ -31,7 +31,7 @@ jobs:

- name: Publish to NPM
run: |
yarn config set '//registry.npmjs.org/:_authToken' "${NPMJS_ACCESS_TOKEN}"
yarn publish --verbose
npm config set '//registry.npmjs.org/:_authToken' "${NPMJS_ACCESS_TOKEN}"
npm publish --verbose
env:
NPMJS_ACCESS_TOKEN: ${{ secrets.NPMJS_ACCESS_TOKEN }}
2 changes: 1 addition & 1 deletion CHANGELOG.md
@@ -1,6 +1,6 @@
# Mini Digital SDK Changelog

## [v1.4.0](https://github.com/WunderbarNetwork/mini-digital-sdk-js/compare/v1.3.1...v1.3.2) (2023-07-26)
## [v1.4.0](https://github.com/WunderbarNetwork/mini-digital-sdk-js/compare/v1.3.1...v1.4.0) (2023-07-26)

⚠️ Bundle location and file names have been modified, and ESM/UMD/CJS bundles now sit in the `lib/bundles` folder.

Expand Down

0 comments on commit 1a2adf1

Please sign in to comment.