Skip to content

Commit

Permalink
v0.0.6
Browse files Browse the repository at this point in the history
  • Loading branch information
vanvianen committed Jan 2, 2024
1 parent 1dbfaf2 commit 2ec6b31
Show file tree
Hide file tree
Showing 12 changed files with 43 additions and 42 deletions.
25 changes: 13 additions & 12 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,34 +13,33 @@ jobs:
# =============================================================================

build:
# name: Build
runs-on: ubuntu-latest

# strategy:
# matrix:
# node-version: [16.x, 18.x, 20.x]
name: Build

runs-on: ubuntu-latest

steps:

-
uses: actions/checkout@v4
# uses: actions/checkout@v4

-
# name: Use Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v4
with:
# node-version: ${{ matrix.node-version }}
node-version: 16

# - run: npm ci
# - run: npm run lint



-
name: Build
name: NPM Install & Build
run: |
npm install
npm run build
npm run build --if-present
# npm test

-
name: Zip lib & node_modules
Expand Down Expand Up @@ -112,7 +111,6 @@ jobs:
steps:

-
# uses: actions/checkout@v4
uses: actions/checkout@v4

-
Expand All @@ -132,7 +130,10 @@ jobs:
run: unzip -q build.zip

-
run: npm publish --access public
run: |
cd dist
npm publish --access public
# run: npm publish --access public
env:
NODE_AUTH_TOKEN: ${{secrets.PUBLISH_NPM_TOKEN}}

Expand Down
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.0.4
0.0.6
2 changes: 1 addition & 1 deletion dist/css/icon.gl.css.map

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion dist/css/icon.gl.min.css.map

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit 2ec6b31

Please sign in to comment.