Skip to content

Commit 81808b6

Browse files
Update release.yml
1 parent b81c031 commit 81808b6

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

.github/workflows/release.yml

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -11,13 +11,13 @@ jobs:
1111
matrix:
1212
arch: ['armhf','amd64','arm64','ppc64el','s390x','i386']
1313
steps:
14-
- name: Install Snapcraft
15-
uses: samuelmeuli/action-snapcraft@v1.1.1
16-
with:
17-
snapcraft_token: ${{ secrets.snapcraft_token }}
18-
- name: Push to stable
19-
run: |
20-
VERSION=`snapcraft list-revisions slcli --arch ${{ matrix.arch }} | grep "edge\*" | awk '{print $1}'`
21-
echo Publishing $VERSION on ${{ matrix.arch }}
22-
snapcraft release slcli $VERSION stable
14+
- name: Install Snapcraft
15+
uses: samuelmeuli/action-snapcraft@v1.1.1
16+
with:
17+
snapcraft_token: ${{ secrets.snapcraft_token }}
18+
- name: Push to stable
19+
run: |
20+
VERSION=`snapcraft list-revisions slcli --arch ${{ matrix.arch }} | grep "edge\*" | awk '{print $1}'`
21+
echo Publishing $VERSION on ${{ matrix.arch }}
22+
snapcraft release slcli $VERSION stable
2323

0 commit comments

Comments
 (0)