Skip to content

Commit

Permalink
Clean GitHub release
Browse files Browse the repository at this point in the history
  • Loading branch information
hhamon29 committed Oct 12, 2023
1 parent 29bbea2 commit 0551766
Showing 1 changed file with 1 addition and 19 deletions.
20 changes: 1 addition & 19 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,14 +22,6 @@ jobs:
name: Checkout
uses: actions/[email protected]

# -
# name: Import GPG key
# id: import_gpg
# uses: hashicorp/[email protected]
# env:
# # These secrets will need to be configured for the repository:
# GPG_PRIVATE_KEY: ${{ secrets.GPG_PRIVATE_KEY }}
# PASSPHRASE: ${{ secrets.PASSPHRASE }}
-
name: Import GPG key
id: import_gpg
Expand All @@ -47,14 +39,4 @@ jobs:
env:
GPG_FINGERPRINT: ${{ steps.import_gpg.outputs.fingerprint }}
# GitHub sets this automatically
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
# -
# name: Builder
# uses: wangyoucao577/[email protected]
# with:
# github_token: ${{ secrets.GITHUB_TOKEN }}
# goos: linux
# goarch: amd64
# project_path: "cmd"
# asset_name: renymize-linux-amd64
# goversion: 1.19
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit 0551766

Please sign in to comment.