We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3b4d3d7 commit 57677b2Copy full SHA for 57677b2
2 files changed
.github/workflows/nightly.yml
@@ -27,6 +27,6 @@ jobs:
27
echo "Publishing version $NIGHTLY_VERSION"
28
npm version $NIGHTLY_VERSION --no-git-tag-version
29
- run: npm run build
30
- - run: npm publish
+ - run: npm publish --tag nightly
31
env:
32
NODE_AUTH_TOKEN: ${{secrets.GITHUB_TOKEN}}
package.json
@@ -32,7 +32,7 @@
"license": "Apache-2.0",
33
"repository": {
34
"type": "git",
35
- "url": "https://github.com/codebam/cf-workers-telegram-bot.git"
+ "url": "git+https://github.com/codebam/cf-workers-telegram-bot.git"
36
},
37
"devDependencies": {
38
"@cloudflare/workers-types": "^4.20260511.1",
@@ -61,4 +61,4 @@
61
"./src/main.ts"
62
]
63
}
64
-}
+}
0 commit comments