File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 2323 INSTALLER_VERSION=$(go run -ldflags "-X main.channel=canary" ./cmd/hermit gen-installer --dest=build/install.sh)
2424 cp build/install.sh build/install-"${INSTALLER_VERSION}".sh
2525 - name : Release canary
26- uses : ncipollo/release-action@bcfe5470707e8832e12347755757cec0eb3c22af # v1
26+ uses : ncipollo/release-action@339a81892b84b4eeb0f6e744e4574d79d0d9b8dd # v1
2727 with :
2828 tag : canary
2929 name : Canary
Original file line number Diff line number Diff line change @@ -23,13 +23,13 @@ jobs:
2323 INSTALLER_VERSION=$(go run -ldflags "-X main.channel=stable" ./cmd/hermit gen-installer --dest=build/install.sh)
2424 cp build/install.sh build/install-"${INSTALLER_VERSION}".sh
2525 - name : Release versioned
26- uses : ncipollo/release-action@bcfe5470707e8832e12347755757cec0eb3c22af # v1
26+ uses : ncipollo/release-action@339a81892b84b4eeb0f6e744e4574d79d0d9b8dd # v1
2727 with :
2828 allowUpdates : true
2929 artifacts : " build/*"
3030 token : ${{ secrets.GITHUB_TOKEN }}
3131 - name : Release stable
32- uses : ncipollo/release-action@bcfe5470707e8832e12347755757cec0eb3c22af # v1
32+ uses : ncipollo/release-action@339a81892b84b4eeb0f6e744e4574d79d0d9b8dd # v1
3333 with :
3434 tag : stable
3535 name : Stable
You can’t perform that action at this time.
0 commit comments