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 2424 INSTALLER_VERSION=$(go run -ldflags "-X main.channel=canary" ./cmd/hermit gen-installer --dest=build/install.sh)
2525 cp build/install.sh build/install-"${INSTALLER_VERSION}".sh
2626 - name : Release canary
27- uses : ncipollo/release-action@bcfe5470707e8832e12347755757cec0eb3c22af # v1
27+ uses : ncipollo/release-action@b7eabc95ff50cbeeedec83973935c8f306dfcd0b # v1
2828 with :
2929 tag : canary
3030 name : Canary
Original file line number Diff line number Diff line change @@ -24,13 +24,13 @@ jobs:
2424 INSTALLER_VERSION=$(go run -ldflags "-X main.channel=stable" ./cmd/hermit gen-installer --dest=build/install.sh)
2525 cp build/install.sh build/install-"${INSTALLER_VERSION}".sh
2626 - name : Release versioned
27- uses : ncipollo/release-action@bcfe5470707e8832e12347755757cec0eb3c22af # v1
27+ uses : ncipollo/release-action@b7eabc95ff50cbeeedec83973935c8f306dfcd0b # v1
2828 with :
2929 allowUpdates : true
3030 artifacts : " build/*"
3131 token : ${{ secrets.GITHUB_TOKEN }}
3232 - name : Release stable
33- uses : ncipollo/release-action@bcfe5470707e8832e12347755757cec0eb3c22af # v1
33+ uses : ncipollo/release-action@b7eabc95ff50cbeeedec83973935c8f306dfcd0b # v1
3434 with :
3535 tag : stable
3636 name : Stable
You can’t perform that action at this time.
0 commit comments