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

index 1fc2e118955a036ee8a62e5f4b7218bdb0422340..7e0dc1bffd97c6bcc8a4ef239f3a93e58eda3b46 100644 (file)
@@ -18,7 +18,7 @@ jobs:
     steps:
     - name: Get Version
       id: get_version
-      run: echo +'::set-output name=version::$(cat VERSION)'
+      run: echo +'::set-output name=version::'$(cat VERSION)
 
   release:
     name: Release Source
@@ -32,7 +32,7 @@ jobs:
     - name: Install dependencies
       run: |
         sudo apt-get update
-        sudo apt-get install build-essential gettext
+        sudo apt-get install autopoint build-essential gettext
     - name: Build Dist
       run: |
         ./bootstrap