Skip to content

Commit dc19dce

Browse files
committed
Fixed issue with signalling lib release tagging
1 parent 4e88d5c commit dc19dce

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/publish-signalling-library-to-npm.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232

3333
- id: get-package-json
3434
run: |
35-
package_content=`cat Signalling/package.json`
35+
package_content=`cat package.json`
3636
echo "json<<EOF" >> $GITHUB_OUTPUT
3737
echo $package_content >> $GITHUB_OUTPUT
3838
echo 'EOF' >> $GITHUB_OUTPUT

0 commit comments

Comments
 (0)