Skip to content

Commit

Permalink
fix: Removes cosign
Browse files Browse the repository at this point in the history
  • Loading branch information
salehkhazaei committed Apr 25, 2024
1 parent 3261fcc commit cb90791
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions .github/workflows/main.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -60,11 +60,11 @@ jobs:
uses: actions/setup-go@v4
with:
go-version: stable
- name: Install cosign
run: |
curl -O -L "https://github.com/sigstore/cosign/releases/latest/download/cosign-linux-amd64"
sudo mv cosign-linux-amd64 /usr/local/bin/cosign
sudo chmod +x /usr/local/bin/cosign
# - name: Install cosign
# run: |
# curl -O -L "https://github.com/sigstore/cosign/releases/latest/download/cosign-linux-amd64"
# sudo mv cosign-linux-amd64 /usr/local/bin/cosign
# sudo chmod +x /usr/local/bin/cosign
- name: Run GoReleaser
uses: goreleaser/goreleaser-action@v5
with:
Expand All @@ -73,8 +73,8 @@ jobs:
args: release --clean
env:
GITHUB_TOKEN: ${{ secrets.GH_TOKEN }}
COSIGN_PWD: ${{ secrets.COSIGN_PWD }}
COSIGN_SECRET: ${{ secrets.COSIGN_SECRET }}
# COSIGN_PWD: ${{ secrets.COSIGN_PWD }}
# COSIGN_SECRET: ${{ secrets.COSIGN_SECRET }}
sign-windows:
runs-on: ubuntu-latest
needs:
Expand Down

0 comments on commit cb90791

Please sign in to comment.