ci: need to run npm before git to properly commit changed files

This commit is contained in:
Derrick Hammer 2023-06-21 01:17:49 -04:00
parent e30ed58fd6
commit 49171241ae
Signed by: pcfreak30
GPG Key ID: C997C339BE476FF2
1 changed files with 1 additions and 1 deletions

View File

@ -8,6 +8,7 @@
"changelogFile": "docs/CHANGELOG.md" "changelogFile": "docs/CHANGELOG.md"
} }
], ],
"@semantic-release/npm",
"@semantic-release/git", "@semantic-release/git",
{ {
"assets": [ "assets": [
@ -16,7 +17,6 @@
"npm-shrinkwrap.json" "npm-shrinkwrap.json"
] ]
}, },
"@semantic-release/npm"
], ],
"branches": [ "branches": [
"master", "master",