Skip to content

Commit

Permalink
Tinker: release workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
gruhn committed Oct 5, 2024
1 parent 5d5f660 commit 6059294
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,8 @@ jobs:
run: |-
rm .gitignore
mv release.gitignore .gitignore
git config user.name "GitHub Actions Bot"
git config user.email "<>"
git add --all
git commit -m "Release master at ${{ github.sha }}"
# - name: Push to Release Branch
Expand Down

0 comments on commit 6059294

Please sign in to comment.