Skip to content

Commit 6ce3e53

Browse files
update github output format (#63)
1 parent f72463b commit 6ce3e53

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/release.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ jobs:
3636
3737
- name: Prepare nix shell
3838
run:
39-
nix develop --accept-flake-config --build
39+
nix develop --accept-flake-config --build
4040

4141
- name: Cabal check
4242
run: |
@@ -49,7 +49,7 @@ jobs:
4949

5050
- name: Get the version
5151
id: get_version
52-
run: echo ::set-output name=VERSION::${GITHUB_REF/refs\/tags\//}
52+
run: echo "VERSION=${GITHUB_REF/refs\/tags\//}" >> $GITHUB_OUTPUT
5353

5454
- name: Upload distribution
5555
uses: actions/upload-artifact@v2

0 commit comments

Comments
 (0)