This commit is contained in:
Alexey Proshutinskiy 2021-06-25 14:24:00 +03:00
parent 1d09d839bf
commit cb35678cb4

View File

@ -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