1
0
mirror of https://github.com/goreleaser/goreleaser.git synced 2025-01-06 03:13:48 +02:00
goreleaser/internal/pipe/slack
Jamie Tanna 2a71473bf6
fix: Allow using double quotes for templates in Slack notifications (#4555)
As noted in #4556, when we're using a double quote, for use with a
template variable or function, we receive a template parse error as the
value needs to be unquoted.

This provides a slightly hacky solution which is to unquote any quoted
quotes.

Closes #4556.
2024-01-19 10:57:16 -03:00
..
slack_test.go fix: Allow using double quotes for templates in Slack notifications (#4555) 2024-01-19 10:57:16 -03:00
slack.go fix: Allow using double quotes for templates in Slack notifications (#4555) 2024-01-19 10:57:16 -03:00