Skip to content

Commit 96ac162

Browse files
fix for working directory of prBot in actions workflow (#11)
1 parent 004ced3 commit 96ac162

File tree

3 files changed

+9
-3
lines changed

3 files changed

+9
-3
lines changed

.github/workflows/npmpublish.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121

2222
- name: Publish to npm
2323
run: npm publish
24-
working-directory: ./prbot
24+
working-directory: prbot
2525
env:
2626
NODE_AUTH_TOKEN: ${{ secrets.NPM_API_TOKEN }}
2727
NPM_PUBLISH_REGISTRY: https://registry.npmjs.org/
@@ -39,7 +39,7 @@ jobs:
3939
scope: '@hmcts'
4040

4141
- run: npm publish
42-
working-directory: ./prbot
42+
working-directory: prbot
4343
env:
4444
NODE_AUTH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
4545
NPM_PUBLISH_REGISTRY: https://npm.pkg.github.com/

prBot/RELEASE-NOTES.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,8 @@
1+
Version 1.0.3
2+
EXUI-3114 Investigate automation tool to improve PR review process
3+
4+
Version 1.0.2
5+
EXUI-3114 Investigate automation tool to improve PR review process
6+
17
Version 1.0.1
28
EXUI-3114 Investigate automation tool to improve PR review process

prBot/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@hmcts/pr-bot",
3-
"version": "1.0.2",
3+
"version": "1.0.3",
44
"description": "A bot to be used in Github Actions which posts to Slack contextual information about pull requests.",
55
"main": "dist/prBot.js",
66
"scripts": {

0 commit comments

Comments
 (0)