diff --git a/.github/workflows/Publish.yml b/.github/workflows/Publish.yml index 7f422af..3452f5b 100644 --- a/.github/workflows/Publish.yml +++ b/.github/workflows/Publish.yml @@ -31,6 +31,7 @@ jobs: env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} run: | + echo "Bumping version to $GITHUB_REF" yarn version --new-version $GITHUB_REF git push "https://$GITHUB_ACTOR:$GITHUB_TOKEN@github.com/$GITHUB_REPOSITORY"