Skip to content

Commit

Permalink
chore: Update semantic_release.yml with comments
Browse files Browse the repository at this point in the history
  • Loading branch information
AdamBebko authored Feb 24, 2024
1 parent 0b5f310 commit e1514d8
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/semantic_release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,10 @@ jobs:
git config --global user.name 'github-bot'
git config --global user.email '[email protected]'
echo Configuring personal access token
# This step is super important to ensure credentials are properly set up.
git config --global url.https://${{ secrets.GH_TOKEN }}@github.com/.insteadOf https://github.com/
echo Comitting update to Samples folder
git commit -am "fix: Samples => Samples~"
fi
Expand Down

0 comments on commit e1514d8

Please sign in to comment.