Skip to content

Commit

Permalink
fix: pipeline release
Browse files Browse the repository at this point in the history
  • Loading branch information
mhmtszr committed Jul 5, 2024
1 parent 2a24a20 commit 533df40
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,6 @@ jobs:
uses: goreleaser/goreleaser-action@v4
with:
version: latest
args: release --rm-dist
args: release --clean
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
3 changes: 2 additions & 1 deletion pipeline_error_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,9 @@ package pipeline_test

import (
"fmt"
"github.com/mhmtszr/pipeline"
"testing"

"github.com/mhmtszr/pipeline"
)

type (
Expand Down
3 changes: 2 additions & 1 deletion pipeline_test.go
Original file line number Diff line number Diff line change
@@ -1,8 +1,9 @@
package pipeline_test

import (
"github.com/mhmtszr/pipeline"
"testing"

"github.com/mhmtszr/pipeline"
)

type (
Expand Down

0 comments on commit 533df40

Please sign in to comment.