-
Notifications
You must be signed in to change notification settings - Fork 172
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
Use environment in make-release.yml #7782
Conversation
Pull Request Test Coverage Report for Build nikola.irinchev_477Details
💛 - Coveralls |
@@ -12,6 +12,9 @@ jobs: | |||
finish_release: | |||
if: github.event.pull_request.merged == true && startsWith(github.head_ref, 'release/automated_v') | |||
runs-on: ubuntu-latest | |||
environment: | |||
name: Production | |||
url: ${{ steps.publish-github-release.outputs.html_url }} |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I'm not sure if this variable will be available at the beginning of the run, or if it is evaluated after the run... we shall see :)
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This is evaluated after the run
What, How & Why?
☑️ ToDos
bindgen/spec.yml
, if public C++ API changed