Skip to content

Commit

Permalink
ci: release CI
Browse files Browse the repository at this point in the history
  • Loading branch information
mirkobrombin committed Feb 26, 2024
1 parent b090795 commit 52655bd
Showing 1 changed file with 1 addition and 21 deletions.
22 changes: 1 addition & 21 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,27 +6,7 @@ on:
- "*"

jobs:
goreleaser:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
with:
fetch-depth: 0

- name: Set up Go
uses: actions/setup-go@v5

- name: Run GoReleaser
uses: goreleaser/goreleaser-action@v5
with:
distribution: goreleaser
version: latest
args: release --clean
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

upload-artifacts:
release:
runs-on: ubuntu-latest
container:
image: ghcr.io/vanilla-os/pico:main
Expand Down

0 comments on commit 52655bd

Please sign in to comment.