Skip to content

Commit a9edc55

Browse files
committed
fixed missing staging step in publish.yml
1 parent a21f98c commit a9edc55

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,7 @@ jobs:
9696
git config --global user.name "github-actions[bot]"
9797
git config --global user.email "github-actions[bot]@user.noreply.github.com"
9898
sed -i 's/0.0.0/v${{inputs.version}}/g' ${{github.workspace}}/src/LineCount.csproj
99-
git commit -m"temporary changes made for tag v${{inputs.version}}"
99+
git commit -am"temporary changes made for tag v${{inputs.version}}"
100100
git tag -a "v${{inputs.version}}" -m"v${{inputs.version}}"
101101
git reset --hard HEAD~1
102102
git push origin "v${{inputs.version}}" --force-with-lease

0 commit comments

Comments
 (0)