From 7c93834f5bb86ce652e509f1fde51d115786a71a Mon Sep 17 00:00:00 2001 From: Jeffrey Picard Date: Wed, 14 Jul 2021 20:19:15 -0400 Subject: [PATCH] fixing yaml stuff --- .github/workflows/action.yml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/action.yml b/.github/workflows/action.yml index 8f8e8b4..9c99804 100644 --- a/.github/workflows/action.yml +++ b/.github/workflows/action.yml @@ -16,8 +16,8 @@ on: draft-release: runs-on: golang:1.16.6-alpine3.14 using: python:3.8.11-alpine3.14 - steps: - - run: python3 scripts/version.py current --commit # creates a draft release + steps: + - run: python3 scripts/version.py current --commit # creates a draft release push: branches: @@ -25,7 +25,7 @@ on: jobs: full-release: runs-on: golang:1.16.6-alpine3.14 - using: python:3.8.11-alpine3.14 - steps: - - run: python3 scripts/version.py current --commit --commit ---commit + using: python:3.8.11-alpine3.14 + steps: + - run: python3 scripts/version.py current --commit --commit ---commit