Skip to content

Commit

Permalink
Re-enable the release workflow (#443)
Browse files Browse the repository at this point in the history
Re-enabled the release workflow
  • Loading branch information
UnstoppableMango authored Nov 15, 2024
1 parent 24884a0 commit b21b44d
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 13 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,6 @@ on:
- .goreleaser.yaml
push:
tags: ['v*.*.*']
paths:
- .github/workflows/release.yml
- .goreleaser.yaml
- cli/**

jobs:
bun:
Expand Down Expand Up @@ -75,8 +71,8 @@ jobs:
- name: Set up Go
uses: actions/setup-go@v5
with:
go-version-file: go.work
cache-dependency-path: go.work.sum
go-version-file: go.mod
cache-dependency-path: go.sum

- name: GoReleaser Dry-run
if: github.event_name == 'pull_request'
Expand Down
10 changes: 3 additions & 7 deletions .goreleaser.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,13 +15,9 @@ builds:
goarch:
- amd64
- arm64
id: uml2go
dir: cli/uml2go
binary: uml2go
- <<: *cli
id: uml2pcl
dir: cli/uml2pcl
binary: uml2pcl
id: ux
dir: cmd/ux
binary: ux

archives:
- format: tar.gz
Expand Down

0 comments on commit b21b44d

Please sign in to comment.