Skip to content

Commit 3047cb6

Browse files
authored
chore: [automated] checksum updates (#93)
1 parent 0874225 commit 3047cb6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/create-release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
- id: "checkout"
2424
uses: "actions/checkout@93ea575cb5d8a053eaa0ac8fa3b40d7e05a33cc8" # ratchet:actions/checkout@v3
2525
- id: "version"
26-
run: echo version=$(cat VERSION) >> "${GITHUB_ENV}"
26+
run: echo version=$(cat VERSION) >> "${GITHUB_OUTPUT}"
2727
create-tag:
2828
runs-on: "ubuntu-latest"
2929
needs: "read_version"

0 commit comments

Comments
 (0)