We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 74fca58 commit 004ced3Copy full SHA for 004ced3
.github/workflows/npmpublish.yml
@@ -2,8 +2,8 @@ name: Publish prBot Package
2
3
on:
4
push:
5
- branches:
6
- - master
+ tags:
+ - '*'
7
paths:
8
- 'prbot/**'
9
prBot/package.json
@@ -1,6 +1,6 @@
1
{
"name": "@hmcts/pr-bot",
- "version": "1.0.1",
+ "version": "1.0.2",
"description": "A bot to be used in Github Actions which posts to Slack contextual information about pull requests.",
"main": "dist/prBot.js",
"scripts": {
0 commit comments