Skip to content

Commit

Permalink
fix: ci
Browse files Browse the repository at this point in the history
  • Loading branch information
xor22h committed Feb 18, 2023
1 parent 5ce7569 commit 56700cf
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/go.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
- name: Set up Go
uses: actions/setup-go@v2
with:
go-version: 1.20
go-version: "1.20"
# - name: Build static opencv
# run: make opencv
- name: ghcr-login
Expand All @@ -37,7 +37,7 @@ jobs:
with:
distribution: goreleaser
version: latest
args: release --rm-dist
args: release --clean
env:
DISCORD_WEBHOOK_ID: ${{ secrets.DD_ID }}
DISCORD_WEBHOOK_TOKEN: ${{ secrets.DD_TOKEN }}
Expand Down

0 comments on commit 56700cf

Please sign in to comment.