From 6ce3e534ec412d200a13c78b30572b67e490a4de Mon Sep 17 00:00:00 2001 From: Maximilian Algehed Date: Tue, 16 Jan 2024 15:22:11 +0100 Subject: [PATCH] update github output format (#63) --- .github/workflows/release.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index 7bf6cd4..2503158 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -36,7 +36,7 @@ jobs: - name: Prepare nix shell run: - nix develop --accept-flake-config --build + nix develop --accept-flake-config --build - name: Cabal check run: | @@ -49,7 +49,7 @@ jobs: - name: Get the version id: get_version - run: echo ::set-output name=VERSION::${GITHUB_REF/refs\/tags\//} + run: echo "VERSION=${GITHUB_REF/refs\/tags\//}" >> $GITHUB_OUTPUT - name: Upload distribution uses: actions/upload-artifact@v2