Skip to content

Commit e50e5e2

Browse files
committed
fix: remove invalid if condition from snapcraft installation step
1 parent 5c9acbd commit e50e5e2

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

.github/workflows/release.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,6 @@ jobs:
3131
run: go test -v ./...
3232

3333
- name: Install Snapcraft
34-
if: ${{ secrets.SNAPCRAFT_STORE_CREDENTIALS != '' }}
3534
run: |
3635
sudo snap install snapcraft --classic
3736

0 commit comments

Comments
 (0)