ci: ensure npm runs before git so version changes are committed

This commit is contained in:
Derrick Hammer 2023-06-21 05:35:52 -04:00
parent 3784858600
commit 7f305a33a1
Signed by: pcfreak30
GPG Key ID: C997C339BE476FF2
1 changed files with 2 additions and 2 deletions

View File

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