Skip to content

Commit

Permalink
1.2.1
Browse files Browse the repository at this point in the history
Bump for CI
  • Loading branch information
Cassolette committed Jul 17, 2023
1 parent 51d6a71 commit 12d091f
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 6 deletions.
4 changes: 3 additions & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,4 +23,6 @@ jobs:
node-version: '16.x'
registry-url: "https://registry.npmjs.org"
- run: npm ci
- run: npm publish
- run: npm publish --access=public
env:
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
8 changes: 4 additions & 4 deletions package-lock.json

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

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@cassolette/onelua",
"version": "1.2.0",
"version": "1.2.1",
"description": "Lua script merger bringing in the NPM workflow. Compiles multiple Lua scripts into one single script, and enables tracking of remote Lua packages.",
"repository": "https://github.com/Cassolette/onelua",
"main": "onelua.js",
Expand Down

0 comments on commit 12d091f

Please sign in to comment.