Skip to content

Commit

Permalink
disabled choco, moved back to linux build.
Browse files Browse the repository at this point in the history
Signed-off-by: quobix <dave@quobix.com>
  • Loading branch information
daveshanley committed Mar 28, 2024
1 parent e5141a7 commit 0d95411
Show file tree
Hide file tree
Showing 2 changed files with 27 additions and 27 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/publish.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ on:
jobs:
release_and_brew:
name: Release and bump homebrew version
runs-on: windows-latest
runs-on: ubuntu-latest

steps:
- name: Checkout code from repo
Expand Down
52 changes: 26 additions & 26 deletions .goreleaser.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -46,29 +46,29 @@ brews:
snapshot:
name_template: "{{ .Tag }}"


chocolateys:
- name: openapi-changes
owners: Princess Beef Heavy Industries LLC
title: openapi-changes - The world's sexiest OpenAPI diffing and breaking change detector tool.
authors: Princess Beef Heavy Industries LLC
project_url: https://pb33f.io/openapi-changes/
url_template: "https://github.com/pb33f/openapi-changes/releases/download/{{ .Tag }}/{{ .ArtifactName }}"
icon_url: 'https://pb33f.io/openapi-changes/openapi-changes-logo.png'
copyright: 2023 Princess Beef Heavy Industries LLC
license_url: https://github.com/pb33f/openapi-changes/blob/main/LICENSE
require_license_acceptance: false
project_source_url: https://github.com/pb33f/openapi-changes/
docs_url: https://pb33f.io/openapi-changes/
bug_tracker_url: https://github.com/pb33f/openapi-changes/issues
tags: openapi openapi3 openapi2 swagger openapi-diff openapi-changes openapi-diffing openapi-diff-tool openapi-diff-engine breaking changes
summary: openapi-changes is the world's sexiest OpenAPI diffing and breaking change detector tool.
description: |
openapi-changes will detect all changes (including breaking changes) between two OpenAPI specifications, or
travel back in time through the history of your OpenAPI specification to how it has changed over time. It has
the world's sexiest UI for exploring diffs and changes between OpenAPI specifications.
release_notes: "https://github.com/pb33f/openapi-changes/releases/tag/v{{ .Version }}"
api_key: '{{ .Env.CHOCOLATEY_API_KEY }}'
source_repo: "https://push.chocolatey.org/"
skip_publish: false
goamd64: v1
# disabled for now, it works but no-one is really using it, and it's screwing up the npm release.
#chocolateys:
# - name: openapi-changes
# owners: Princess Beef Heavy Industries LLC
# title: openapi-changes - The world's sexiest OpenAPI diffing and breaking change detector tool.
# authors: Princess Beef Heavy Industries LLC
# project_url: https://pb33f.io/openapi-changes/
# url_template: "https://github.com/pb33f/openapi-changes/releases/download/{{ .Tag }}/{{ .ArtifactName }}"
# icon_url: 'https://pb33f.io/openapi-changes/openapi-changes-logo.png'
# copyright: 2023 Princess Beef Heavy Industries LLC
# license_url: https://github.com/pb33f/openapi-changes/blob/main/LICENSE
# require_license_acceptance: false
# project_source_url: https://github.com/pb33f/openapi-changes/
# docs_url: https://pb33f.io/openapi-changes/
# bug_tracker_url: https://github.com/pb33f/openapi-changes/issues
# tags: openapi openapi3 openapi2 swagger openapi-diff openapi-changes openapi-diffing openapi-diff-tool openapi-diff-engine breaking changes
# summary: openapi-changes is the world's sexiest OpenAPI diffing and breaking change detector tool.
# description: |
# openapi-changes will detect all changes (including breaking changes) between two OpenAPI specifications, or
# travel back in time through the history of your OpenAPI specification to how it has changed over time. It has
# the world's sexiest UI for exploring diffs and changes between OpenAPI specifications.
# release_notes: "https://github.com/pb33f/openapi-changes/releases/tag/v{{ .Version }}"
# api_key: '{{ .Env.CHOCOLATEY_API_KEY }}'
# source_repo: "https://push.chocolatey.org/"
# skip_publish: false
# goamd64: v1

0 comments on commit 0d95411

Please sign in to comment.