Skip to content
This repository was archived by the owner on Mar 17, 2024. It is now read-only.

Commit 18a06b1

Browse files
committed
chore: v0.3.2 workflow test
1 parent c09e3b2 commit 18a06b1

File tree

3 files changed

+19
-19
lines changed

3 files changed

+19
-19
lines changed

.github/workflows/gh-publish.workflow.yml

+9-9
Original file line numberDiff line numberDiff line change
@@ -8,15 +8,15 @@ on:
88
types: [created]
99

1010
jobs:
11-
build:
12-
runs-on: ubuntu-latest
13-
steps:
14-
- uses: actions/checkout@v2
15-
- uses: actions/setup-node@v1
16-
with:
17-
node-version: 12
18-
- run: yarn install
19-
# - run: npm test
11+
# build:
12+
# runs-on: ubuntu-latest
13+
# steps:
14+
# - uses: actions/checkout@v2
15+
# - uses: actions/setup-node@v1
16+
# with:
17+
# node-version: 12
18+
# - run: yarn install
19+
# - run: npm test
2020

2121
publish-gpr:
2222
needs: build

.github/workflows/npm-publish.workflow.yml

+9-9
Original file line numberDiff line numberDiff line change
@@ -8,14 +8,14 @@ on:
88
types: [created]
99

1010
jobs:
11-
build:
12-
runs-on: ubuntu-latest
13-
steps:
14-
- uses: actions/checkout@v2
15-
- uses: actions/setup-node@v1
16-
with:
17-
node-version: 12
18-
- run: yarn install
11+
# build:
12+
# runs-on: ubuntu-latest
13+
# steps:
14+
# - uses: actions/checkout@v2
15+
# - uses: actions/setup-node@v1
16+
# with:
17+
# node-version: 12
18+
# - run: yarn install
1919
# - run: npm test
2020

2121
publish-npm:
@@ -29,6 +29,6 @@ jobs:
2929
registry-url: https://registry.npmjs.org/
3030
- run: yarn install
3131
- run: yarn build:js
32-
- run: npm publish
32+
- run: npm publish --access public
3333
env:
3434
NODE_AUTH_TOKEN: ${{secrets.NPM_PACKAGE}}

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@xsoulspace/vue_flutter_tailwind",
33
"description": "Vue3 styled like Flutter with Tailwind CSS",
4-
"version": "0.3.1",
4+
"version": "0.3.2",
55
"private": false,
66
"author": {
77
"name": "Anton Malofeev",

0 commit comments

Comments
 (0)