We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents d4e2985 + 53267a9 commit 4641d4bCopy full SHA for 4641d4b
.github/workflows/release-managment.yaml
@@ -27,4 +27,4 @@ jobs:
27
sed -i 's/main/${{ github.event.milestone.title }}/g' action.yaml
28
cat action.yaml
29
git add action.yaml
30
- git commit -F release-${{ github.event.milestone.title }}-release-message.md
+ git commit -m "Prepare ${{ github.event.milestone.title }} release"
0 commit comments