We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent acce3ef commit f0dee3aCopy full SHA for f0dee3a
1 file changed
.github/workflows/publish-release.yml
@@ -36,22 +36,11 @@ jobs:
36
- name: Test library
37
run: npm run test
38
39
- - name: Publish RELEASE to npm
40
- run: |
41
- sed -i "s#\"version\": \".*\"#\"version\": \"15.2.2\"#" ./packages/lib/package.json
42
- cd packages/lib
43
- npm publish --access public
44
- env:
45
- NODE_AUTH_TOKEN: ${{ secrets.NODE_AUTH_TOKEN }}
46
- TAG_NAME: 15.2.2
47
-
48
- name: Install scripts dependencies
49
run: cd scripts && npm install
50
51
- name: Move RELEASE website to S3
52
run: node scripts/release-website.js 15.2.2
53
54
55
56
- name: Execute script version
57
run: node scripts/create-version.js 15.2.2
0 commit comments