Skip to content

Commit

Permalink
fix: use correct goreleaser file
Browse files Browse the repository at this point in the history
  • Loading branch information
cfoust committed Oct 31, 2024
1 parent 5ec89ab commit 7b625e4
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,9 +23,8 @@ name: Build release artifacts and draft release

on:
push:
branches: [main]
pull_request:
branches: [main]
tags:
- "*.*.*"

jobs:
build-game:
Expand Down Expand Up @@ -332,7 +331,7 @@ jobs:
- name: Release
uses: goreleaser/goreleaser-action@v5
with:
args: release --config ci/goreleaser-release.yaml
args: release --config .github/goreleaser-release.yaml
version: v1.23.0
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit 7b625e4

Please sign in to comment.