File tree Expand file tree Collapse file tree 2 files changed +7
-0
lines changed Expand file tree Collapse file tree 2 files changed +7
-0
lines changed Original file line number Diff line number Diff line change @@ -3,6 +3,10 @@ name: Release Full
33on :
44 workflow_dispatch :
55 inputs :
6+ commit :
7+ required : true
8+ type : string
9+ description : " Full Commit SHA to release"
610 tag :
711 type : choice
812 description : " Release Npm Tag"
6771 runner : ${{ matrix.array.runner }}
6872 test : false
6973 profile : " release"
74+ ref : ${{ inputs.commit }}
7075
7176 release :
7277 name : Release
8489 with :
8590 # This makes Actions fetch only one branch to release
8691 fetch-depth : 1
92+ ref : ${{ inputs.commit }}
8793
8894 - name : Pnpm Setup
8995 uses : ./.github/actions/pnpm
Original file line number Diff line number Diff line change 2828 - uses : actions/checkout@v4
2929 with :
3030 fetch-depth : 0
31+ ref : ${{ inputs.commit }}
3132
3233 - uses : Boshen/setup-rust@main
3334 with :
You can’t perform that action at this time.
0 commit comments