Skip to content

Commit

Permalink
FMWK-579-release-automation
Browse files Browse the repository at this point in the history
- cosmetic changes
  • Loading branch information
filkeith committed Oct 27, 2024
1 parent 099c7f9 commit 408a688
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,4 @@ jobs:
version: "~> v2"
args: release --clean
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
# Your GoReleaser Pro key, if you are using the 'goreleaser-pro' distribution
# GORELEASER_KEY: ${{ secrets.GORELEASER_KEY }}
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
6 changes: 4 additions & 2 deletions .goreleaser.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -45,8 +45,6 @@ builds:
- CGO_ENABLED=0
ldflags:
- -s -w -X 'main.appVersion={{.Version}}' -X 'main.commitHash={{.Commit}}'
- id: "backup-go"
skip: true

archives:
- id: "asbackup"
Expand All @@ -61,6 +59,8 @@ archives:
format_overrides:
- goos: windows
format: zip
files:
- LICENSE
builds:
- "asbackup"
- id: "asrestore"
Expand All @@ -75,6 +75,8 @@ archives:
format_overrides:
- goos: windows
format: zip
files:
- LICENSE
builds:
- "asrestore"

Expand Down

0 comments on commit 408a688

Please sign in to comment.