mirror of
https://github.com/fluencelabs/aqua-ipfs
synced 2025-03-15 21:20:49 +00:00
fix ci
This commit is contained in:
parent
1d09d839bf
commit
cb35678cb4
6
.github/workflows/release.yml
vendored
6
.github/workflows/release.yml
vendored
@ -4,8 +4,6 @@ on:
|
||||
push:
|
||||
tags:
|
||||
- "v*"
|
||||
branches:
|
||||
- "master"
|
||||
|
||||
jobs:
|
||||
release:
|
||||
@ -21,6 +19,10 @@ jobs:
|
||||
- name: Checkout repository
|
||||
uses: actions/checkout@v2
|
||||
|
||||
- name: Install jq
|
||||
run: |
|
||||
sudo apt-get update && sudo apt-get --yes --force-yes install jq
|
||||
|
||||
- name: Download marine
|
||||
run: bash $GITHUB_WORKSPACE/.github/download_marine.sh
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user