Skip to content
This repository was archived by the owner on Jan 31, 2023. It is now read-only.

Commit ba09b29

Browse files
committed
Fix grey-vest publishing
1 parent 99477d8 commit ba09b29

File tree

3 files changed

+6
-2
lines changed

3 files changed

+6
-2
lines changed

.github/workflows/push-master.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,6 @@ jobs:
3232
run: |
3333
yarn run update-pkg
3434
yarn npm publish --access public
35-
yarn install --immutable
35+
yarn install
3636
env:
3737
NPM_TOKEN: '${{ secrets.NPM_TOKEN }}'

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
# 2.54.13
2+
3+
- Fix grey-vest publishing
4+
15
# 2.54.12
26

37
- Revert package.json exports field

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "contexture-react",
3-
"version": "2.54.12",
3+
"version": "2.54.13",
44
"description": "React components for building contexture interfaces",
55
"type": "module",
66
"main": "dist/esm/index.js",

0 commit comments

Comments
 (0)