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:
|
||||
tags:
|
||||
- '7.2*'
|
||||
- 'v7.2*'
|
||||
tags-ignore:
|
||||
- '*-beta*'
|
||||
|
||||
|
|
|
@ -12,7 +12,7 @@ jobs:
|
|||
image: alpine:latest
|
||||
env:
|
||||
upstream: https://github.com/signalapp/Signal-Desktop
|
||||
tags: '7*'
|
||||
tags: 'v7*'
|
||||
steps:
|
||||
- name: Environment setup
|
||||
run: apk add grep git sed coreutils bash nodejs
|
||||
|
|
Loading…
Reference in a new issue