Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
---
 Signed-off-by: github-actions <[email protected]>

Signed-off-by: github-actions <[email protected]>
  • Loading branch information
github-actions committed Nov 29, 2024
1 parent 0712126 commit 213afdf
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/postrelease.yml
Original file line number Diff line number Diff line change
Expand Up @@ -69,6 +69,9 @@ jobs:
git config user.name github-actions
git config user.email [email protected]
git checkout -B $v
echo "For release $V1" > README.md
git add .
git commit -m "Release $V1"
git push --force $WORKSPACE_REPO $v
Expand Down

0 comments on commit 213afdf

Please sign in to comment.