Skip to content

Commit 02c7123

Browse files
author
Lucas McDonald
committed
m
1 parent 72227f1 commit 02c7123

File tree

1 file changed

+32
-32
lines changed

1 file changed

+32
-32
lines changed

.github/workflows/prod-release.yml

Lines changed: 32 additions & 32 deletions
Original file line numberDiff line numberDiff line change
@@ -137,38 +137,38 @@ jobs:
137137
npm run verdaccio-browser-encrypt
138138
139139
# Once all tests have passed, run semantic versioning
140-
version:
141-
runs-on: ubuntu-latest
142-
needs: [compliance, test-nodejs20, test-browser18, test-vectors-nodejs20, test-vectors-browser18]
143-
steps:
144-
- name: Checkout code
145-
uses: actions/checkout@v4
146-
with:
147-
fetch-depth: 0
148-
token: ${{ secrets.GITHUB_TOKEN }}
149-
150-
- name: Setup Node.js 16
151-
uses: actions/setup-node@v4
152-
with:
153-
node-version: '16'
154-
cache: 'npm'
155-
156-
- name: Install dependencies
157-
run: npm ci --unsafe-perm
158-
159-
- name: Configure git
160-
env:
161-
BRANCH: ${{ github.event.inputs.branch }}
162-
VERSION_BUMP: ${{ github.event.inputs.version_bump }}
163-
run: |
164-
git config --global user.name "aws-crypto-tools-ci-bot"
165-
git config --global user.email "no-reply@noemail.local"
166-
git checkout $BRANCH
167-
168-
- name: Version packages
169-
run: |
170-
npx lerna version --conventional-commits --git-remote origin --yes ${VERSION_BUMP:+$VERSION_BUMP --force-publish}
171-
git log -n 1
140+
# version:
141+
# runs-on: ubuntu-latest
142+
# needs: [compliance, test-nodejs20, test-browser18, test-vectors-nodejs20, test-vectors-browser18]
143+
# steps:
144+
# - name: Checkout code
145+
# uses: actions/checkout@v4
146+
# with:
147+
# fetch-depth: 0
148+
# token: ${{ secrets.GITHUB_TOKEN }}
149+
150+
# - name: Setup Node.js 16
151+
# uses: actions/setup-node@v4
152+
# with:
153+
# node-version: '16'
154+
# cache: 'npm'
155+
156+
# - name: Install dependencies
157+
# run: npm ci --unsafe-perm
158+
159+
# - name: Configure git
160+
# env:
161+
# BRANCH: ${{ github.event.inputs.branch }}
162+
# VERSION_BUMP: ${{ github.event.inputs.version_bump }}
163+
# run: |
164+
# git config --global user.name "aws-crypto-tools-ci-bot"
165+
# git config --global user.email "no-reply@noemail.local"
166+
# git checkout $BRANCH
167+
168+
# - name: Version packages
169+
# run: |
170+
# npx lerna version --conventional-commits --git-remote origin --yes ${VERSION_BUMP:+$VERSION_BUMP --force-publish}
171+
# git log -n 1
172172

173173
# Once semantic versioning has run and bumped versions, publish to npm
174174
# TODO: Publish step that doesn't use OTP but instead follows

0 commit comments

Comments
 (0)