Skip to content

Commit 74719a7

Browse files
committed
Update: version to 0.1.1
1 parent b821a7d commit 74719a7

File tree

2 files changed

+3
-4
lines changed

2 files changed

+3
-4
lines changed

.github/workflows/npm-publish.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,7 @@ jobs:
1515
- uses: actions/setup-node@v2
1616
with:
1717
node-version: lts/fermium
18-
- run: npm ci
19-
- run: npm test
18+
- run: yarn --frozen-lockfile
2019

2120
publish-npm:
2221
needs: build
@@ -27,7 +26,7 @@ jobs:
2726
with:
2827
node-version: lts/fermium
2928
registry-url: https://registry.npmjs.org/
30-
- run: yarn
29+
- run: yarn --frozen-lockfile
3130
- run: yarn publish --access public
3231
env:
3332
NODE_AUTH_TOKEN: ${{secrets.NPM_TOKEN}}

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@qikify/polaris-vue",
3-
"version": "0.1.0",
3+
"version": "0.1.1",
44
"description": "Shopify Polaris UI library for Vue 2",
55
"author": {
66
"name": "Qikify"

0 commit comments

Comments
 (0)