diff --git a/.github/workflows/goreleaser.yaml b/.github/workflows/goreleaser.yaml index f1c84542..ef7f800d 100644 --- a/.github/workflows/goreleaser.yaml +++ b/.github/workflows/goreleaser.yaml @@ -2,7 +2,7 @@ name: GoReleaser on: push: - tags: [ 'v*.*.*' ] + tags: [ 'no-trigger*.*.*' ] permissions: contents: write diff --git a/.goreleaser.yml b/.goreleaser.yml index 7640566a..4ca81127 100644 --- a/.goreleaser.yml +++ b/.goreleaser.yml @@ -1,6 +1,5 @@ project_name: dalfox version: 2 - before: hooks: - go mod download @@ -56,7 +55,7 @@ brews: commit_author: name: hahwul email: hahwul@gmail.com - folder: Formula + directory: Formula homepage: "https://dalfox.hahwul.com" description: Powerful open-source XSS scanner and utility focused on automation. test: |