diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 57c5100..aa05251 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -69,4 +69,5 @@ jobs: tag_name: ${{ steps.version-bump.outputs.new_tag }} prerelease: false env: - GITHUB_REPOSITORY: ${{ github.repository }} \ No newline at end of file + GITHUB_REPOSITORY: ${{ github.repository }} + \ No newline at end of file