Skip to content

Commit

Permalink
fix: wrong release action
Browse files Browse the repository at this point in the history
  • Loading branch information
sparanoid committed Jul 6, 2021
1 parent c16985a commit b3e4297
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/npm-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
with:
node-version: 16
registry-url: https://registry.npmjs.org/
- run: npm ci
- run: yarn --frozen-lockfile
- run: npm publish
env:
NODE_AUTH_TOKEN: ${{secrets.npm_token}}
Expand All @@ -44,7 +44,7 @@ jobs:
with:
node-version: 16
registry-url: https://npm.pkg.github.com/
- run: npm ci
- run: yarn --frozen-lockfile
- run: npm publish
env:
NODE_AUTH_TOKEN: ${{secrets.GITHUB_TOKEN}}
2 changes: 1 addition & 1 deletion dist/lightense.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
/*! lightense-images v1.0.13 | © Tunghsiao Liu | MIT */
/*! lightense-images v1.0.14 | © Tunghsiao Liu | MIT */
(function webpackUniversalModuleDefinition(root, factory) {
if(typeof exports === 'object' && typeof module === 'object')
module.exports = factory();
Expand Down
2 changes: 1 addition & 1 deletion dist/lightense.min.js

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

0 comments on commit b3e4297

Please sign in to comment.