Skip to content

Commit

Permalink
remove build-and-sign from env
Browse files Browse the repository at this point in the history
  • Loading branch information
lionello committed Jul 2, 2024
1 parent 4b61b57 commit 12d6f76
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/go.yml
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,6 @@ jobs:

build-and-sign:
name: Build app and sign files with Trusted Signing
environment: release
needs: go-test
runs-on: windows-latest # for signtool
env: # from https://github.com/spiffe/spire/pull/5158
Expand Down Expand Up @@ -223,8 +222,8 @@ jobs:
if-no-files-found: error

go-release:
# environment: release
if: startsWith(github.ref, 'refs/tags/v') # only run this step on tagged commits
environment: release
needs:
- build-and-sign-mac
- build-and-sign
Expand Down

0 comments on commit 12d6f76

Please sign in to comment.