Skip to content

Commit

Permalink
Tests publish job.
Browse files Browse the repository at this point in the history
  • Loading branch information
dtiesling committed Nov 19, 2023
1 parent 2dc73e3 commit e40c236
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,6 @@ jobs:
git checkout -b origin/main
git config --local user.email "[email protected]"
git config --local user.name "GitHub Action"
git add src/flask_much/__init__.py
git add src/flask_muck/__init__.py
git commit -m "Update version number to $RELEASE_NAME."
git push

0 comments on commit e40c236

Please sign in to comment.