mirror of
https://github.com/Chatterino/chatterino2.git
synced 2024-11-13 19:49:51 +01:00
parent
04c355f7e9
commit
c6db023ee3
6
.github/workflows/homebrew.yml
vendored
6
.github/workflows/homebrew.yml
vendored
|
@ -21,8 +21,8 @@ jobs:
|
||||||
# Pulls out the version from the ref (e.g. refs/tags/v2.3.1 -> 2.3.1)
|
# Pulls out the version from the ref (e.g. refs/tags/v2.3.1 -> 2.3.1)
|
||||||
- name: 'Extract version from tag'
|
- name: 'Extract version from tag'
|
||||||
run: |
|
run: |
|
||||||
'STRIPPED_VERSION=$("refs/tags/$(C2_TAGGED_VERSION)" | sed "s/refs\/tags\/v//gm")'
|
'STRIPPED_VERSION=$(echo "refs/tags/$C2_TAGGED_VERSION" | sed "s/refs\/tags\/v//gm")'
|
||||||
'echo "C2_TAGGED_VERSION=$(STRIPPED_VERSION)" >> $GITHUB_ENV'
|
'echo "C2_TAGGED_VERSION=$STRIPPED_VERSION" >> $GITHUB_ENV'
|
||||||
- name: 'Execute ''brew bump-cask-pr'' with version'
|
- name: 'Execute ''brew bump-cask-pr'' with version'
|
||||||
run: 'brew bump-cask-pr --version $(C2_TAGGED_VERSION) $(C2_CASK_NAME)'
|
run: 'brew bump-cask-pr --version $C2_TAGGED_VERSION $C2_CASK_NAME'
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue