Typo
This commit is contained in:
parent
78995c3540
commit
5fc7758179
2 changed files with 2 additions and 2 deletions
|
@ -8,7 +8,7 @@ on:
|
||||||
|
|
||||||
push:
|
push:
|
||||||
tags:
|
tags:
|
||||||
- '7.2*'
|
- 'v7.2*'
|
||||||
tags-ignore:
|
tags-ignore:
|
||||||
- '*-beta*'
|
- '*-beta*'
|
||||||
|
|
||||||
|
|
|
@ -12,7 +12,7 @@ jobs:
|
||||||
image: alpine:latest
|
image: alpine:latest
|
||||||
env:
|
env:
|
||||||
upstream: https://github.com/signalapp/Signal-Desktop
|
upstream: https://github.com/signalapp/Signal-Desktop
|
||||||
tags: '7*'
|
tags: 'v7*'
|
||||||
steps:
|
steps:
|
||||||
- name: Environment setup
|
- name: Environment setup
|
||||||
run: apk add grep git sed coreutils bash nodejs
|
run: apk add grep git sed coreutils bash nodejs
|
||||||
|
|
Loading…
Reference in a new issue