Skip to content

Commit

Permalink
RID-4898 npm publish for github release (#18)
Browse files Browse the repository at this point in the history
* RID-4898 change sdk default url to api gateway

* RID-4898 update CHANGELOG"

* RID-6202 release new version - api gateway, DRSConfigOptions, and initSuccessLog optional param

* RID-4898 update node version

* RID-4898 update yarn version

* RID-4898 use corepack to manage yarn version

* RID-4898 fix ci.yml syntax

* RID-4898 updare yarn.lock file

* RID-4898 add workspace yarn.lock file

* RID-4898 add --frozen-lockfile flag

* RID-4898 install project

* RID-4898 remove global add for improved-yarn-audit

* RID-4898 run improved audit witn npx

* RID-4898 add .iyarc

* RID-4898 test audit in ci

* RID-4898 add yarn audit script

* RID-4898 run audit

* RID-4898 try fix

* RID-4898 test npm audit

* RID-4898 bump vite for audit issue

* RID-4898 fix yarn pack

* RID-4898 remove pnp file

* RID-4898 yarn.lock update

* RID-4898 remove improved-yarn-audit package

* RID-4898 update typescript package

* RID-4898 update yarn.lock file

* RID-4898 re-update yarn.lock file for node 18

* RID-4898 yarn use ci-version

* RID-4898 update release.yml node envirovnment & yarn steps

* RID-4898 bump yarn version in release publish stages

* RID-4898 update publish to github release fix

* RID-4898 change to npm publish for github release
  • Loading branch information
adidim-transmit authored Jul 9, 2024
1 parent 29adb92 commit abafcb1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ jobs:
run: corepack prepare [email protected] --activate

- name: Publish to GitHub packages
run: yarn publish --access public
run: npm publish
working-directory: ./package
env:
NODE_AUTH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
Expand Down

0 comments on commit abafcb1

Please sign in to comment.