Skip to content

Commit

Permalink
Temp changes to test release.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
kavir1698 committed Mar 12, 2024
1 parent 47c59ed commit 4387739
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,8 @@ name: goreleaser

on:
push:
# run only against tags
branches:
- autocompile
tags:
- "*"

Expand All @@ -28,6 +29,6 @@ jobs:
with:
distribution: goreleaser
version: latest
args: release --clean
args: release --snapshot --clean
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit 4387739

Please sign in to comment.