Update wireguard-go.yml

dependabot/github_actions/actions/checkout-3.1.0
fscarmen 4 years ago committed by GitHub
parent 917bf96e69
commit bd0d70f34e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 6
      .github/workflows/wireguard-go.yml

@ -30,4 +30,10 @@ jobs:
with:
name: wireguard-go
path: /opt/release
- name: Release with Notes
uses: softprops/action-gh-release@v1
with:
files: /opt/release/wireguard-go
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

Loading…
Cancel
Save