Skip to content
This repository has been archived by the owner on May 19, 2023. It is now read-only.

Commit

Permalink
Update and rename publishing.yml to uploading.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
dawidd6 authored Sep 30, 2022
1 parent ae053a7 commit d0383ff
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
name: Publishing
name: Uploading

on:
pull_request_target:
types:
- labeled

jobs:
publish:
uploading:
if: contains(github.event.pull_request.labels.*.name, 'ok')
runs-on: ubuntu-latest
steps:
Expand All @@ -17,7 +17,7 @@ jobs:
- name: Pull bottles
env:
HOMEBREW_GITHUB_API_TOKEN: ${{secrets.HOMEBREW_GITHUB_API_TOKEN}}
run: brew pr-pull --tap=${{github.repository}} --workflows=testing.yml ${{github.event.pull_request.number}}
run: brew pr-pull --tap=${{github.repository}} --workflows=building.yml ${{github.event.pull_request.number}}
- name: Push commits
uses: Homebrew/actions/git-try-push@master
with:
Expand Down

0 comments on commit d0383ff

Please sign in to comment.