Skip to content

Commit

Permalink
update github output format (#63)
Browse files Browse the repository at this point in the history
  • Loading branch information
MaximilianAlgehed authored Jan 16, 2024
1 parent f72463b commit 6ce3e53
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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: |
Expand All @@ -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
Expand Down

0 comments on commit 6ce3e53

Please sign in to comment.