We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
I am using the dist input like this:
dist
with: dist: ${{ github.run_number }}
It should set the run number as the dist without any problems.
It will correctly use the run number as the dist (I can see it correctly in Sentry). But it will output the following warning:
Unexpected input(s) 'dist', valid inputs are ['entryPoint', 'args', 'environment', 'sourcemaps', 'finalize', 'ignore_missing', 'ignore_empty', 'started_at', 'version', 'version_prefix', 'set_commits', 'projects', 'url_prefix', 'strip_common_prefix', 'working_directory']
See screenshot too:
The text was updated successfully, but these errors were encountered:
I also stumbled on it, and i found here it was already reported, any updates? 🤔
Sorry, something went wrong.
No branches or pull requests
Github Sentry Action Release Bug Report
Environment
Steps to Reproduce
I am using the
dist
input like this:Expected Result
It should set the run number as the dist without any problems.
Actual Result
It will correctly use the run number as the dist (I can see it correctly in Sentry). But it will output the following warning:
See screenshot too:
The text was updated successfully, but these errors were encountered: