Skip to content

Commit

Permalink
Close #3199 Add Make Latest Options.
Browse files Browse the repository at this point in the history
  • Loading branch information
trackleft committed Oct 26, 2024
1 parent fe12394 commit 9b2105c
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/create-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,11 @@ on:
required: false
default: false
type: boolean
make_latest:
description: Should this be made the latest release?
required: false
default: false
type: boolean
jobs:
build:
name: Upload Release Asset
Expand Down Expand Up @@ -56,10 +61,12 @@ jobs:
tag_name: ${{ github.event.inputs.version }}
name: ${{ github.event.inputs.version }}
draft: false
make_latest: ${{ github.event.inputs.make_latest }}
prerelease: ${{ github.event.inputs.pre_release }}
files: |
./az_quickstart.zip
./az_quickstart.tar.gz
- name: Remove version from info file
run: |
git config user.name github-actions
Expand Down

0 comments on commit 9b2105c

Please sign in to comment.