Skip to content

Commit caac365

Browse files
committed
Update deploy workflow You took all my pain and my shame and you pulled me up
1 parent aa859e4 commit caac365

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/_deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ jobs:
4242
run: |
4343
echo "PACKAGE_JSON<<GH-EOF" >> $GITHUB_ENV
4444
cat ./package.json >> $GITHUB_ENV
45-
echo "GH-EOF" >> $GITHUB_OUTPUT
45+
echo "GH-EOF" >> $GITHUB_ENV
4646
4747
- run: |
4848
version=${{ fromJson(env.PACKAGE_JSON).version }}

0 commit comments

Comments
 (0)