Skip to content

Commit e1514d8

Browse files
authored
chore: Update semantic_release.yml with comments
1 parent 0b5f310 commit e1514d8

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

.github/workflows/semantic_release.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,10 @@ jobs:
4949
git config --global user.name 'github-bot'
5050
git config --global user.email 'github-bot@users.noreply.github.com'
5151
echo Configuring personal access token
52+
53+
# This step is super important to ensure credentials are properly set up.
5254
git config --global url.https://${{ secrets.GH_TOKEN }}@github.com/.insteadOf https://github.com/
55+
5356
echo Comitting update to Samples folder
5457
git commit -am "fix: Samples => Samples~"
5558
fi

0 commit comments

Comments
 (0)