issues
search
pdil
/
usmap
🗺 Create US maps including Alaska and Hawaii in R
https://usmap.dev/
GNU General Public License v3.0
74
stars
16
forks
source link
`release` workflow improvements
#105
Closed
pdil
closed
8 months ago
pdil
commented
8 months ago
Add
run-name: release ${{ inputs.version }}
or something like that
For more info see:
https://docs.github.com/en/actions/using-workflows/workflow-syntax-for-github-actions#run-name
Add version number check
i.e. if the version number entered in the workflow's
version
field is lower than the current version, fail the workflow run
run-name: release ${{ inputs.version }}
or something like thatversion
field is lower than the current version, fail the workflow run