Skip to content

Commit acce3ef

Browse files
committed
force deploy
1 parent 6abf34a commit acce3ef

1 file changed

Lines changed: 5 additions & 5 deletions

File tree

.github/workflows/publish-release.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -38,23 +38,23 @@ jobs:
3838

3939
- name: Publish RELEASE to npm
4040
run: |
41-
sed -i "s#\"version\": \".*\"#\"version\": \"${TAG_NAME}\"#" ./packages/lib/package.json
41+
sed -i "s#\"version\": \".*\"#\"version\": \"15.2.2\"#" ./packages/lib/package.json
4242
cd packages/lib
4343
npm publish --access public
4444
env:
4545
NODE_AUTH_TOKEN: ${{ secrets.NODE_AUTH_TOKEN }}
46-
TAG_NAME: ${{ github.event.release.tag_name }}
46+
TAG_NAME: 15.2.2
4747

4848
- name: Install scripts dependencies
4949
run: cd scripts && npm install
5050

5151
- name: Move RELEASE website to S3
52-
run: node scripts/release-website.js $TAG_NAME
52+
run: node scripts/release-website.js 15.2.2
5353
env:
54-
TAG_NAME: ${{ github.event.release.tag_name }}
54+
TAG_NAME: 15.2.2
5555

5656
- name: Execute script version
57-
run: node scripts/create-version.js $TAG_NAME
57+
run: node scripts/create-version.js 15.2.2
5858

5959
- name: Deploy version to S3 Bucket
6060
run: |

0 commit comments

Comments
 (0)