Skip to content

Commit 1cddadb

Browse files
committed
small edits to workflow
1 parent 39c98a9 commit 1cddadb

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/version-code-and-release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ jobs:
3939
if: env.CHANGES_FOUND == 'true'
4040
run: |
4141
if ! git diff --name-only ${{ github.event.before }} ${{ github.sha }} | grep 'pyproject.toml'; then
42-
echo "Code changes detected in but core pyproject.toml was not updated."
42+
echo "Code changes detected in core, but pyproject.toml was not updated."
4343
exit 1
4444
fi
4545
@@ -56,4 +56,4 @@ jobs:
5656
with:
5757
config-name: release-drafter.yml
5858
env:
59-
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
59+
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)