Skip to content

Commit

Permalink
chore: trigger release
Browse files Browse the repository at this point in the history
  • Loading branch information
prince-deriv committed Dec 24, 2024
1 parent 0f8c94f commit 2baaf49
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/publish_package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,10 @@ jobs:
with:
node-version: '20'

- name: Configure npm auth
run: |
npm config set //registry.npmjs.org/:_authToken=${{ secrets.NPM_TOKEN }}
- name: Install dependencies, build and publish marketing-scripts
working-directory: public/scripts/packages/marketing
run: |
Expand Down
3 changes: 3 additions & 0 deletions public/scripts/packages/marketing/src/cookie.js
Original file line number Diff line number Diff line change
Expand Up @@ -217,3 +217,6 @@ const shouldOverwrite = (new_utm_data, current_utm_data) => {
}
/* end handling gclid */
})();


// trigger release

0 comments on commit 2baaf49

Please sign in to comment.