Skip to content

Commit

Permalink
Update deploy workflow You took all my pain and my shame and you pull…
Browse files Browse the repository at this point in the history
…ed me up
  • Loading branch information
StefanH-AT committed Dec 29, 2022
1 parent aa859e4 commit caac365
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/_deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ jobs:
run: |
echo "PACKAGE_JSON<<GH-EOF" >> $GITHUB_ENV
cat ./package.json >> $GITHUB_ENV
echo "GH-EOF" >> $GITHUB_OUTPUT
echo "GH-EOF" >> $GITHUB_ENV
- run: |
version=${{ fromJson(env.PACKAGE_JSON).version }}
Expand Down

0 comments on commit caac365

Please sign in to comment.