Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

🐛 Fix release pipeline. #17

Merged
merged 1 commit into from
Dec 28, 2020
Merged

🐛 Fix release pipeline. #17

merged 1 commit into from
Dec 28, 2020

Conversation

theipster
Copy link
Owner

GitHub workflows' set-output command uses the OS's EOL character for
ending the capture, which means \n characters must be replaced with
something else. The community wisdom is %0A; see actions/toolkit#403.

The ${{ github.repository }} expression's / delimiter conflicts with
the sed delimiter; avoid this by changing the sed delimiter to #.

GitHub workflows' `set-output` command uses the OS's EOL character for
ending the capture, which means `\n` characters must be replaced with
something else. The community wisdom is `%0A`; see actions/toolkit#403.

The `${{ github.repository }}` expression's `/` delimiter conflicts with
the `sed` delimiter; avoid this by changing the `sed` delimiter to `#`.
@theipster theipster merged commit df0a38c into main Dec 28, 2020
@theipster theipster deleted the fix-release-pipeline branch December 28, 2020 01:52
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant