mirror of
https://github.com/LBRYFoundation/herald.go.git
synced 2025-10-01 15:40:32 +00:00
fixing yaml stuff
This commit is contained in:
parent
ad388757f9
commit
7c93834f5b
1 changed files with 5 additions and 5 deletions
10
.github/workflows/action.yml
vendored
10
.github/workflows/action.yml
vendored
|
@ -16,8 +16,8 @@ on:
|
||||||
draft-release:
|
draft-release:
|
||||||
runs-on: golang:1.16.6-alpine3.14
|
runs-on: golang:1.16.6-alpine3.14
|
||||||
using: python:3.8.11-alpine3.14
|
using: python:3.8.11-alpine3.14
|
||||||
steps:
|
steps:
|
||||||
- run: python3 scripts/version.py current --commit # creates a draft release
|
- run: python3 scripts/version.py current --commit # creates a draft release
|
||||||
|
|
||||||
push:
|
push:
|
||||||
branches:
|
branches:
|
||||||
|
@ -25,7 +25,7 @@ on:
|
||||||
jobs:
|
jobs:
|
||||||
full-release:
|
full-release:
|
||||||
runs-on: golang:1.16.6-alpine3.14
|
runs-on: golang:1.16.6-alpine3.14
|
||||||
using: python:3.8.11-alpine3.14
|
using: python:3.8.11-alpine3.14
|
||||||
steps:
|
steps:
|
||||||
- run: python3 scripts/version.py current --commit --commit ---commit
|
- run: python3 scripts/version.py current --commit --commit ---commit
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue