Skip to content

Commit 2348b23

Browse files
committed
Add working-directory to auto-dist-tag to see if it fixes publishing
1 parent 0113445 commit 2348b23

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/ci-build.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ on:
55
branches:
66
- master
77
- 'v*'
8-
tags:
8+
tags:
99
- '*'
1010
pull_request:
1111
schedule:
@@ -119,6 +119,7 @@ jobs:
119119

120120
- name: auto-dist-tag
121121
run: npx auto-dist-tag --write
122+
working-directory: './addon/'
122123

123124
- name: publish to npm
124125
run: npm publish

0 commit comments

Comments
 (0)