]> git.ipfire.org Git - thirdparty/rrdtool-1.x.git/commitdiff
fix version
authorTobias Oetiker <tobi@oetiker.ch>
Mon, 14 Mar 2022 14:21:14 +0000 (15:21 +0100)
committerTobias Oetiker <tobi@oetiker.ch>
Mon, 14 Mar 2022 14:21:14 +0000 (15:21 +0100)
.github/workflows/release-source.yml

index 40abcd1670ac4534eae65806e5e992a424c9ffc3..76b9db871dd9051a0b89ac55dd726b5bab82244e 100644 (file)
@@ -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: |