From: Tobias Oetiker Date: Mon, 14 Mar 2022 14:21:14 +0000 (+0100) Subject: fix version X-Git-Tag: v1.8.0~1 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=30728c419e245a0342254762b8a79c7cbf386f9c;p=thirdparty%2Frrdtool-1.x.git fix version --- diff --git a/.github/workflows/release-source.yml b/.github/workflows/release-source.yml index 40abcd16..76b9db87 100644 --- a/.github/workflows/release-source.yml +++ b/.github/workflows/release-source.yml @@ -21,7 +21,7 @@ jobs: - name: Get Version id: get_version - run: echo +'::set-output name=version::'$(cat VERSION) + run: echo '::set-output name=version::'$(cat VERSION) - name: Install dependencies run: |