Skip to content

Commit

Permalink
ci: make ci/cd on dev
Browse files Browse the repository at this point in the history
  • Loading branch information
adityadarma committed Oct 8, 2024
1 parent d68f0c0 commit 0e652a2
Show file tree
Hide file tree
Showing 4 changed files with 2 additions and 52 deletions.
26 changes: 0 additions & 26 deletions .github/lock.yml

This file was deleted.

24 changes: 0 additions & 24 deletions .github/stale.yml

This file was deleted.

2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
with:
node-version: '20.x'
registry-url: 'https://registry.npmjs.org'
- run: npm ci
- run: npm run build
- run: npm publish --provenance --access public
env:
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@adityadarma/adonis-datatables",
"description": "",
"version": "0.0.0",
"version": "1.0.0",
"engines": {
"node": ">=20.6.0"
},
Expand Down

0 comments on commit 0e652a2

Please sign in to comment.