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
Is it possible to get the release id after success updating the changelog?
By create-release, it returns some outputs.
By using the release id, i can do further build like this.
Or is there any other way to generate the changelog and to release builds at the same time?
Thanks!
Suggested solution
Noting to suggest on codes. Just wish to simplify the process of releasing and building.
Had the same requirement multiple times and to make it easier until (and if) this is supported, I created a small GitHub Action which is just a wrapper around changelogithub and provides the release ID, release URL and release upload URL as output variables, e.g. steps.changelog.outputs.release_id:
- uses: hideoo/changelogithub-action@v1id: changelogwith:
token: ${{ secrets.GITHUB_TOKEN }}
- name: Get the release IDrun: echo "The release ID is ${{ steps.changelog.outputs.release_id }}"
Clear and concise description of the problem
Is it possible to get the release id after success updating the changelog?
By create-release, it returns some outputs.
By using the release id, i can do further build like this.
Or is there any other way to generate the changelog and to release builds at the same time?
Thanks!
Suggested solution
Noting to suggest on codes. Just wish to simplify the process of releasing and building.
Alternative
No response
Additional context
No response
Validations
The text was updated successfully, but these errors were encountered: