Skip to content

Commit

Permalink
Add deployment job for homebrew (#95)
Browse files Browse the repository at this point in the history
* Add name properties to snap job
  • Loading branch information
Blacksmoke16 authored Aug 16, 2021
1 parent 40d11ed commit 450492d
Showing 1 changed file with 12 additions and 2 deletions.
14 changes: 12 additions & 2 deletions .github/workflows/deployment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,13 +29,23 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: snapcore/action-build@v1
- name: Build Snap
uses: snapcore/action-build@v1
id: build
- uses: snapcore/action-publish@v1
- name: Publish Snap
uses: snapcore/action-publish@v1
with:
store_login: ${{ secrets.STORE_LOGIN }}
snap: ${{ steps.build.outputs.snap }}
release: stable
dist_homebrew:
runs-on: macos-latest
steps:
- name: Bump Formula
uses: Homebrew/actions/bump-formulae@670c072417822feda3a55718b43b41fbd49de9bb
with:
token: ${{ secrets.HOMEBREW_GITHUB_API_TOKEN }}
formulae: oq
deploy_docs:
runs-on: ubuntu-latest
container:
Expand Down

0 comments on commit 450492d

Please sign in to comment.