You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Do not hardcode the version number in the build workflow.
To run the build workflow, we need to know the current version number
(since the name of the source distribution archive includes it). Instead
of hardcoding, try getting it from the configure.ac script, and pass it
to the jobs/steps that need it.
0 commit comments