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