Skip to content

Commit

Permalink
ci: bumping goreleaser version (#78)
Browse files Browse the repository at this point in the history
* ci: bumping goreleaser version
  • Loading branch information
mikouaj authored Dec 13, 2024
1 parent 5654092 commit a4b11f7
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -60,9 +60,9 @@ jobs:
username: ${{ github.actor }}
password: ${{ secrets.GITHUB_TOKEN }}
- name: Run GoReleaser
uses: goreleaser/goreleaser-action@v5
uses: goreleaser/goreleaser-action@v6
with:
version: latest
version: '~> v2'
args: release --clean
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
3 changes: 2 additions & 1 deletion .goreleaser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@
# See the License for the specific language governing permissions and
# limitations under the License.

version: 2
before:
hooks:
- go mod tidy
Expand Down Expand Up @@ -89,4 +90,4 @@ release:
extra_files:
- glob: ./manifests.yaml
changelog:
skip: true
disable: true

0 comments on commit a4b11f7

Please sign in to comment.