Skip to content

Commit

Permalink
RID-4898 bump yarn version in release publish stages (#16)
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
  • Loading branch information
adidim-transmit authored Jul 9, 2024
1 parent ae9ca00 commit 5bad6bb
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -75,6 +75,12 @@ jobs:
with:
path: ${{ github.workspace }}
key: ${{ runner.os }}-${{ env.RUNID_VERSION_SUFFIX }}

- name: Enable Corepack
run: corepack enable

- name: Prepare Yarn 3.4.1
run: corepack prepare [email protected] --activate

- name: Publish to GitHub packages
run: yarn publish --access=public
Expand Down Expand Up @@ -109,6 +115,12 @@ jobs:
with:
path: ${{ github.workspace }}
key: ${{ runner.os }}-${{ env.RUNID_VERSION_SUFFIX }}

- name: Enable Corepack
run: corepack enable

- name: Prepare Yarn 3.4.1
run: corepack prepare [email protected] --activate

- name: Publish to npmjs
run: npm publish --access=public
Expand Down

0 comments on commit 5bad6bb

Please sign in to comment.