Skip to content

Commit

Permalink
Merge pull request #12 from WunderbarNetwork/tag-fix
Browse files Browse the repository at this point in the history
Tag fix when publishing to npm
  • Loading branch information
MilosRandelovic committed Jul 6, 2023
2 parents 9b01597 + 744b5e4 commit e63e487
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 5 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/publish-to-npm.yaml
Expand Up @@ -29,7 +29,7 @@ jobs:

- name: Publish to NPM
run: |
yarn config set '//registry.npmjs.org/:_authToken' "${NPMJS_ACCESS_TOKEN}"
yarn publish --verbose --access public --tag ${{ env.RELEASE_TAG }}
yarn config set '//registry.npmjs.org/:_authToken' "${NODE_AUTH_TOKEN}"
yarn publish --verbose
env:
NODE_AUTH_TOKEN: ${{ secrets.NPMJS_ACCESS_TOKEN }}
4 changes: 2 additions & 2 deletions package.json
@@ -1,6 +1,6 @@
{
"name": "@wunderbar-network/mini-digital-sdk",
"version": "1.3.0",
"version": "1.3.1",
"description": "SDK for back-end (Node) and front-end (TypeScript/JavaScript) applications, to send analytics events to Mini.Digital",
"exports": {
".": {
Expand Down Expand Up @@ -49,7 +49,7 @@
"eslint-plugin-vitest": "^0.2.6",
"jsdom": "^22.1.0",
"prettier": "^2.8.8",
"rollup": "^3.26.0",
"rollup": "^3.26.1",
"typescript": "^5.1.6",
"vitest": "^0.32.4",
"vitest-fetch-mock": "^0.2.2"
Expand Down
9 changes: 8 additions & 1 deletion yarn.lock
Expand Up @@ -2081,13 +2081,20 @@ rimraf@^3.0.2:
dependencies:
glob "^7.1.3"

rollup@^3.21.0, rollup@^3.26.0:
rollup@^3.21.0:
version "3.26.0"
resolved "https://registry.yarnpkg.com/rollup/-/rollup-3.26.0.tgz#9f2e0316a4ca641911cefd8515c562a9124e6130"
integrity sha512-YzJH0eunH2hr3knvF3i6IkLO/jTjAEwU4HoMUbQl4//Tnl3ou0e7P5SjxdDr8HQJdeUJShlbEHXrrnEHy1l7Yg==
optionalDependencies:
fsevents "~2.3.2"

rollup@^3.26.1:
version "3.26.1"
resolved "https://registry.yarnpkg.com/rollup/-/rollup-3.26.1.tgz#b375bf4b3cbb35bdca717e3cee2413894c469397"
integrity sha512-I5gJCSpSMr3U9wv4D5YA8g7w7cj3eaSDeo7t+JcaFQOmoOUBgu4K9iMp8k3EZnwbJrjQxUMSKxMyB8qEQzzaSg==
optionalDependencies:
fsevents "~2.3.2"

rrweb-cssom@^0.6.0:
version "0.6.0"
resolved "https://registry.yarnpkg.com/rrweb-cssom/-/rrweb-cssom-0.6.0.tgz#ed298055b97cbddcdeb278f904857629dec5e0e1"
Expand Down

0 comments on commit e63e487

Please sign in to comment.