mirror of
https://github.com/danielmiessler/Fabric.git
synced 2026-01-09 22:38:10 -05:00
chore: remove garble installation from release workflow
- Remove garble installation step from release workflow - Add comment for GoReleaser config file reference link - The original idea of adding garble was to make it pass virus scanning during version upgrades for Winget, and this was a failed experiment.
This commit is contained in:
2
.github/workflows/release.yml
vendored
2
.github/workflows/release.yml
vendored
@@ -44,8 +44,6 @@ jobs:
|
|||||||
uses: actions/setup-go@v5
|
uses: actions/setup-go@v5
|
||||||
with:
|
with:
|
||||||
go-version-file: ./go.mod
|
go-version-file: ./go.mod
|
||||||
- name: Install garble
|
|
||||||
run: go install mvdan.cc/garble@latest
|
|
||||||
- name: Run GoReleaser
|
- name: Run GoReleaser
|
||||||
uses: goreleaser/goreleaser-action@v6
|
uses: goreleaser/goreleaser-action@v6
|
||||||
with:
|
with:
|
||||||
|
|||||||
@@ -1,4 +1,5 @@
|
|||||||
# Read the documentation at https://goreleaser.com
|
# Read the documentation at https://goreleaser.com
|
||||||
|
# For a full reference of the configuration file.
|
||||||
|
|
||||||
version: 2
|
version: 2
|
||||||
|
|
||||||
|
|||||||
7
cmd/generate_changelog/incoming/1777.txt
Normal file
7
cmd/generate_changelog/incoming/1777.txt
Normal file
@@ -0,0 +1,7 @@
|
|||||||
|
### PR [#1777](https://github.com/danielmiessler/Fabric/pull/1777) by [ksylvan](https://github.com/ksylvan): chore: remove garble installation from release workflow
|
||||||
|
|
||||||
|
- Remove garble installation step from release workflow
|
||||||
|
- Add comment for GoReleaser config file reference link
|
||||||
|
- The original idea of adding garble was to make it pass
|
||||||
|
virus scanning during version upgrades for Winget, and
|
||||||
|
this was a failed experiment.
|
||||||
Reference in New Issue
Block a user