Skip to content

Commit 59bbb74

Browse files
committedMay 9, 2024
ci: fix release steps
1 parent f4acec2 commit 59bbb74

File tree

3 files changed

+12
-11
lines changed

3 files changed

+12
-11
lines changed
 

‎.github/workflows/release.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -68,6 +68,6 @@ jobs:
6868
AUR_KEY: "${{ secrets.AUR_KEY }}"
6969
FURY_PUSH_TOKEN: "${{ secrets.FURY_PUSH_TOKEN }}"
7070
GITHUB_TOKEN: ${{ secrets.GH_PAT }}
71-
# SNAPCRAFT_STORE_CREDENTIALS: "${{ secrets.SNAPCRAFT_LOGIN }}"
71+
SNAPCRAFT_STORE_CREDENTIALS: "${{ secrets.SNAPCRAFT_LOGIN }}"
7272
GITHUB_REF: "${{ github.ref }}"
7373
run: task goreleaser

‎.github/workflows/security.yml

+2
Original file line numberDiff line numberDiff line change
@@ -67,6 +67,8 @@ jobs:
6767
name: gitleaks
6868
steps:
6969
- uses: actions/checkout@v4
70+
with:
71+
fetch-depth: 0
7072

7173
- uses: gitleaks/gitleaks-action@v2
7274
env:

‎.goreleaser.yaml

+9-10
Original file line numberDiff line numberDiff line change
@@ -271,16 +271,15 @@ nfpms:
271271
file_info:
272272
mode: 0644
273273

274-
# snapcrafts:
275-
# - name_template: "{{ .ProjectName }}_{{ .Arch }}{{ if .Arm }}v{{ .Arm }}{{ end }}"
276-
# title: scm-engine
277-
# summary: Make .env file management easier
278-
# description: |
279-
# Make working with .env files easier
280-
# publish: true
281-
# license: MIT
282-
# grade: stable
283-
# disable: "{{ if .IsNightly }}true{{ end }}"
274+
snapcrafts:
275+
- name_template: "{{ .ProjectName }}_{{ .Arch }}{{ if .Arm }}v{{ .Arm }}{{ end }}"
276+
title: scm-engine
277+
summary: Automatically label, approve, comment, lock, and more GitLab Merge Requests
278+
description: |
279+
Automatically label, approve, comment, lock, and more GitLab Merge Requests
280+
publish: true
281+
license: MIT
282+
grade: stable
284283

285284
sboms:
286285
- artifacts: archive

0 commit comments

Comments
 (0)