Skip to content

Commit 3cb4cec

Browse files
committed
fix release workflow
1 parent f92da81 commit 3cb4cec

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

knope.toml

+5-1
Original file line numberDiff line numberDiff line change
@@ -27,12 +27,16 @@ type = "Command"
2727
command = "git commit -m \"chore: Bump to version\""
2828
variables = {"version" = "Version"}
2929

30-
3130
# Push the commit and the new tag to our remote repository.
3231
[[workflows.steps]]
3332
type = "Command"
3433
command = "git push"
3534

35+
36+
# Create a GitHub release for each package.
37+
[[workflows.steps]]
38+
type = "Release"
39+
3640
[[workflows.steps]]
3741
type = "Command"
3842
command = "git push --tags"

0 commit comments

Comments
 (0)