👷 turns out I need to wait until 1.20.0
Release / check_for_changed_version (push) Successful in 24s Details
Release / build (push) Successful in 3m54s Details

This commit is contained in:
Joe Kaufeld 2023-04-26 10:31:15 -04:00
parent 05d2f5829d
commit d3595cf6b0
2 changed files with 4 additions and 10 deletions

View File

@ -29,17 +29,11 @@ jobs:
# Set the output named "version_changed"
echo "version_changed=$GOTIME" >> $GITHUB_OUTPUT
checkvar:
runs-on: ubuntu-latest
needs: [ check_for_changed_version ]
steps:
- name: Echo response from first check
run: echo ${{needs.check_for_changed_version.outputs.version_changed}}
build:
runs-on: ubuntu-latest
needs: [ check_for_changed_version ]
if: needs.check_for_changed_version.outputs.version_changed == "True"
# this should start working with https://github.com/go-gitea/gitea/pull/24230
# needs: [ check_for_changed_version ]
# if: needs.check_for_changed_version.outputs.version_changed == 'True'
permissions:
contents: write
steps:

View File

@ -1,6 +1,6 @@
[tool.poetry]
name = "src"
version = "0.2.3"
version = "0.2.2"
description = ""
authors = ["Joe Kaufeld <opensource@joekaufeld.com>"]