Update wireguard-go.yml

dependabot/github_actions/goreleaser/goreleaser-action-4
fscarmen 3 years ago committed by GitHub
parent 9137db05f6
commit 094c8e0af8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 4
      .github/workflows/wireguard-go.yml

@ -30,7 +30,7 @@ jobs:
if [ "$LATEST" != "$NOW" ]; then
git clone https://git.zx2c4.com/wireguard-go ${{ env.WORKDIR }}
cp ./.github/wireguard-go-releaser.yml ${{ env.WORKDIR }}/.goreleaser.yml
cp .github/wireguard-go-releaser.yml ${{ env.WORKDIR }}/.goreleaser.yml
echo "VERSION=$LATEST" >> $GITHUB_ENV
echo "flags=--snapshot" >> $GITHUB_ENV
fi
@ -42,7 +42,7 @@ jobs:
go-version: "1.18"
- name: Cross compile WireGuard-go
uses: goreleaser/goreleaser-action@v4
uses: goreleaser/goreleaser-action@v4.2
if: ${{ env.VERSION != '' }}
with:
distribution: goreleaser

Loading…
Cancel
Save