Skip to content

Commit

Permalink
Renaming stages of Release Workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
nerdsupremacist authored Jan 3, 2021
1 parent 138cd55 commit 795c277
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
on:
release:
types: [created]
name: Handle Release
name: Release
jobs:
generate:
name: Upload Binaries
name: Release
runs-on: macos-latest
steps:
- name: Checkout the repository
Expand Down Expand Up @@ -38,10 +38,11 @@ jobs:
asset_path: ./release.tar.gz
asset_name: release.tar.gz
asset_content_type: application/zip
- name: Get the version
- name: Get Tag Name
id: get_version
run: echo ::set-output name=VERSION::$(echo $GITHUB_REF | cut -d / -f 3)
- uses: mislav/bump-homebrew-formula-action@v1
- name: Update Hombrew Formula
uses: mislav/bump-homebrew-formula-action@v1
with:
formula-name: graphaello
homebrew-tap: nerdsupremacist/homebrew-graphaello
Expand Down

0 comments on commit 795c277

Please sign in to comment.