Skip to content

Commit

Permalink
WIP
Browse files Browse the repository at this point in the history
  • Loading branch information
xasopheno committed Sep 18, 2022
1 parent 3bad419 commit f1fff38
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/cd.yml
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
name: Continuous Deployment

on:
push
# tags:
# ['*']
push:
tags:
['*']
# - 'v[0-9]+.[0-9]+.[0-9]+'

jobs:
Expand Down Expand Up @@ -42,7 +42,7 @@ jobs:
run: ./scripts/package_macos.sh ${{ steps.extract-version.outputs.tag-name }}

- name: Releasing assets
uses: softprops/action-gh-release@v1
uses: softprops/action-gh-release@cd28b0f5ee8571b76cfdaa62a30d51d752317477
with:
files: |
target/release/weresocool-mac-${{ steps.extract-version.outputs.tag-name }}.tar.gz
Expand All @@ -55,7 +55,7 @@ jobs:
echo ::set-output name=sha::"$(shasum -a 256 ./target/release/weresocool-mac-${{ steps.extract-version.outputs.tag-name }}.tar.gz | awk '{printf $1}')"
- name: Bump Homebrew formula
uses: mislav/bump-homebrew-formula-action@178a0d7fac91800ed8016aca0bff357b6b46e951
uses: xasopheno/weresocool-bump-homebrew-formula@v0.0.1
if: "!contains(github.ref, '-')"
env:
COMMITTER_TOKEN: ${{ secrets.COMMITTER_TOKEN }}
Expand Down

0 comments on commit f1fff38

Please sign in to comment.