Update wireguard-go.yml

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

@ -30,10 +30,11 @@ jobs:
with: with:
name: wireguard-go name: wireguard-go
path: /opt/release path: /opt/release
- name: Release with Notes - name: Binaries Release
uses: softprops/action-gh-release@v1 uses: softprops/action-gh-release@v1
with: with:
files: /opt/release/wireguard-go files: /opt/release/wireguard-go
version: ~> 1.5.0
env: env:
GITHUB_TOKEN: ${{ secrets.GH_TOKEN }} GITHUB_TOKEN: ${{ secrets.GH_TOKEN }}

Loading…
Cancel
Save