Skip to content

Commit 57677b2

Browse files
committed
github nightly package release workflow
1 parent 3b4d3d7 commit 57677b2

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/nightly.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,6 @@ jobs:
2727
echo "Publishing version $NIGHTLY_VERSION"
2828
npm version $NIGHTLY_VERSION --no-git-tag-version
2929
- run: npm run build
30-
- run: npm publish
30+
- run: npm publish --tag nightly
3131
env:
3232
NODE_AUTH_TOKEN: ${{secrets.GITHUB_TOKEN}}

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@
3232
"license": "Apache-2.0",
3333
"repository": {
3434
"type": "git",
35-
"url": "https://github.com/codebam/cf-workers-telegram-bot.git"
35+
"url": "git+https://github.com/codebam/cf-workers-telegram-bot.git"
3636
},
3737
"devDependencies": {
3838
"@cloudflare/workers-types": "^4.20260511.1",
@@ -61,4 +61,4 @@
6161
"./src/main.ts"
6262
]
6363
}
64-
}
64+
}

0 commit comments

Comments
 (0)