Skip to content

Commit

Permalink
Bump
Browse files Browse the repository at this point in the history
  • Loading branch information
erebe committed Oct 20, 2023
1 parent 634de8f commit b2a6aba
Showing 1 changed file with 6 additions and 15 deletions.
21 changes: 6 additions & 15 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -113,19 +113,10 @@ jobs:
- uses: actions/download-artifact@v3
with:
path: artifacts

- name: list artifacts
run: ls artifacts/*

# Goreleaser
- name: Set up Go
uses: actions/setup-go@v4
- name: Run GoReleaser
uses: goreleaser/goreleaser-action@v5

- uses: "marvinpinto/action-automatic-releases@latest"
with:
distribution: goreleaser
version: latest
# Run goreleaser and ignore non-committed files (downloaded artifacts)
args: release --clean --skip=validate
env:
GITHUB_TOKEN: ${{ secrets.RELEASE_TOKEN }}
repo_token: "${{ secrets.RELEASE_TOKEN }}"
prerelease: true
files: |
artifacts/wstunnel-*

0 comments on commit b2a6aba

Please sign in to comment.