Skip to content

Commit

Permalink
cleanup: Add git add .
Browse files Browse the repository at this point in the history
  • Loading branch information
GabsEdits committed Apr 27, 2024
1 parent 041aa8f commit 1fa3384
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/weekly-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,4 +29,5 @@ jobs:
run: |
git config --global user.name "GitHub Actions"
git config --global user.email "actions@github.com"
git add .
git commit -am "release: $(jq -r '.version' package.json)"

0 comments on commit 1fa3384

Please sign in to comment.