Skip to content

Commit

Permalink
feat: add test release CI
Browse files Browse the repository at this point in the history
Signed-off-by: Martin Chodur <m.chodur@seznam.cz>
  • Loading branch information
FUSAKLA committed Aug 16, 2024
1 parent f55b502 commit b21b62e
Showing 1 changed file with 26 additions and 0 deletions.
26 changes: 26 additions & 0 deletions .github/workflows/test-release.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,26 @@
name: Test release

on:
push:
branches:
- master
- main
pull_request:

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
with:
go-version: "1.22"

- name: Test
uses: goreleaser/goreleaser-action@v6
with:
args: release --snapshot --skip-publish

0 comments on commit b21b62e

Please sign in to comment.