Skip to content

Commit

Permalink
Fix unterminated string in publish script
Browse files Browse the repository at this point in the history
  • Loading branch information
octylFractal committed Aug 1, 2024
1 parent 4045b86 commit 56e5bfa
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ class PluginProject(private val buildAndTest: BuildType) : Project({
scriptContent = """
set -e
git config credential.helper 'store --file=.git/credentials'
echo 'https://bot-gradle:%github.bot-gradle.declarative-gradle.token%@github.com" > .git/credentials
echo 'https://bot-gradle:%github.bot-gradle.declarative-gradle.token%@github.com' > .git/credentials
git push origin main --tags
""".trimIndent()
}
Expand Down

0 comments on commit 56e5bfa

Please sign in to comment.