Skip to content

Commit

Permalink
v0.0.16
Browse files Browse the repository at this point in the history
  • Loading branch information
vanvianen committed Jan 2, 2024
1 parent 6f5f840 commit d37300d
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 11 deletions.
20 changes: 10 additions & 10 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -138,22 +138,22 @@ jobs:
name: Unzip build.zip
run: unzip -q build.zip

-
name: Publish NPM
run: |
npm publish dist --access public
env:
NODE_AUTH_TOKEN: ${{secrets.PUBLISH_NPM_TOKEN}}

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

-
name: Publish NPM
run: |
cd dist
ls
npm publish --access public
env:
NODE_AUTH_TOKEN: ${{secrets.PUBLISH_NPM_TOKEN}}

# =============================================================================
# Publish to GitHub Packages
# =============================================================================
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "unit.gl",
"description": "Layout Engine.",
"version": "0.0.15",
"version": "0.0.16",
"config": {
"version_short": "0.0"
},
Expand Down

0 comments on commit d37300d

Please sign in to comment.