Update wireguard-go.yml

dependabot/github_actions/actions/checkout-3.1.0 v2.55
fscarmen 4 years ago committed by GitHub
parent 7aa2e38e0b
commit 16686e7c98
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 7
      .github/workflows/wireguard-go.yml

@ -30,3 +30,10 @@ jobs:
args: release --rm-dist
env:
GITHUB_TOKEN: ${{ secrets.GH_TOKEN }}
- name: Release binaries
uses: softprops/action-gh-release@v1
with:
files: ./*
env:
GITHUB_TOKEN: ${{ secrets.GH_TOKEN }}

Loading…
Cancel
Save