Skip to content

Commit 970377f

Browse files
Update npm-publish-github-packages.yml
1 parent 3447592 commit 970377f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/npm-publish-github-packages.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ jobs:
3939
node <<EOF
4040
const fs = require('fs').promises;
4141
fs.readFile('package.json', 'utf8').then((data) => JSON.parse(data)).then((json) => {
42-
json.name = 'modularity-bulgaria/http_build_query';
42+
json.name = '@modularity-bulgaria/http_build_query';
4343
console.info('Package name changed to %s', json.name);
4444
return fs.writeFile('package.json', JSON.stringify(json), 'utf8');
4545
}).catch(error => {

0 commit comments

Comments
 (0)