Skip to content

Commit cff4e7c

Browse files
committed
Removes snap
1 parent 9b88362 commit cff4e7c

File tree

2 files changed

+17
-17
lines changed

2 files changed

+17
-17
lines changed

.github/workflows/goreleaser.yml

+6-6
Original file line numberDiff line numberDiff line change
@@ -33,12 +33,12 @@ jobs:
3333
# key: ${{ runner.os }}-go-${{ hashFiles('**/go.sum') }}
3434
# restore-keys: |
3535
# ${{ runner.os }}-go-
36-
- name: Snapcraft Login
37-
if: success() && startsWith(github.ref, 'refs/tags/')
38-
uses: samuelmeuli/action-snapcraft@v1
39-
with:
40-
snapcraft_token: ${{ secrets.SNAP_LOGIN_KEY }}
41-
skip_install: true
36+
# - name: Snapcraft Login
37+
# if: success() && startsWith(github.ref, 'refs/tags/')
38+
# env:
39+
# SNAPCRAFT_STORE_CREDENTIALS: ${{ secrets.SNAP_LOGIN_KEY }}
40+
# run: |
41+
# snapcraft login
4242
- name: Docker Login
4343
if: success()
4444
env:

.goreleaser.yml

+11-11
Original file line numberDiff line numberDiff line change
@@ -86,17 +86,17 @@ dockers:
8686
- "--label=org.opencontainers.image.revision={{.FullCommit}}"
8787
- "--label=org.opencontainers.image.version={{.Version}}"
8888

89-
snapcrafts:
90-
- name_template: "qf_{{ .Version }}_{{ .Os }}_{{ .Arch }}"
91-
name: quickfixgo-qf
92-
publish: true
93-
summary: Example QuickFIX/Go Applications.
94-
description: Example QuickFIX/Go Applications.
95-
grade: stable
96-
confinement: strict
97-
layout:
98-
/etc/qf:
99-
bind: $SNAP_DATA/etc
89+
# snapcrafts:
90+
# - name_template: "qf_{{ .Version }}_{{ .Os }}_{{ .Arch }}"
91+
# name: quickfixgo-qf
92+
# publish: true
93+
# summary: Example QuickFIX/Go Applications.
94+
# description: Example QuickFIX/Go Applications.
95+
# grade: stable
96+
# confinement: strict
97+
# layout:
98+
# /etc/qf:
99+
# bind: $SNAP_DATA/etc
100100
scoop:
101101
name: qf
102102
bucket:

0 commit comments

Comments
 (0)