mirror of
https://github.com/tiennm99/is-a-dev.git
synced 2026-06-08 22:15:11 +00:00
Merge branch 'main' into patch-1
This commit is contained in:
@@ -8,7 +8,7 @@ jobs:
|
||||
publish:
|
||||
runs-on: ubuntu-latest
|
||||
env:
|
||||
CI: '1'
|
||||
CI: 1
|
||||
ENV: production
|
||||
DOMAIN_USER: ${{ secrets.DOMAIN_USER }}
|
||||
DOMAIN_API_KEY: ${{ secrets.DOMAIN_API_KEY }}
|
||||
|
||||
+1
-1
@@ -4,7 +4,7 @@
|
||||
"description": "Register *.is-a.dev domains for free",
|
||||
"scripts": {
|
||||
"test": "ENV=test jest",
|
||||
"publish-records": "yarn test && node ./scripts/register-domains.js"
|
||||
"publish-records": "node ./scripts/register-domains.js"
|
||||
},
|
||||
"repository": {
|
||||
"type": "git",
|
||||
|
||||
Reference in New Issue
Block a user