From 358ce78b1169aab4b2dd129bd30259d2f3b48ee3 Mon Sep 17 00:00:00 2001 From: Avram Walden Date: Tue, 11 Jun 2024 13:40:17 -0700 Subject: [PATCH] ci: udpates release workflow --- .github/workflows/release.yml | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index e64a388..b5bab79 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -13,12 +13,20 @@ jobs: steps: - name: Check out - uses: actions/checkout@v3 + uses: actions/checkout@v4 with: persist-credentials: false + + - name: Set up Node + uses: actions/setup-node@v3 + with: + node-version: 20.x + cache: 'yarn' - name: Version Bump run: | + npm i -g npm + npm i -g yarn npm install -g commitlint semantic-release semantic-release-github-actions-tags @semantic-release/changelog @semantic-release/git npx semantic-release --ci env: