Skip to content

Commit

Permalink
chore(ci): re-jig positioning of run statements in yml workflow file
Browse files Browse the repository at this point in the history
  • Loading branch information
JamieSlome committed May 13, 2024
1 parent e37a98d commit 6839a20
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,11 +40,11 @@ jobs:
- run: |
short_tag=$(echo ${{ steps.release-drafter.outputs.tag_name }} | cut -d. -f1)
echo "SHORT_TAG=$short_tag" >> $GITHUB_OUTPUT
- run: |
run: |
echo 'PACKAGE_JSON<<EOF' >> $GITHUB_ENV
cat ./package.json >> $GITHUB_ENV
echo 'EOF' >> $GITHUB_ENV
- run: |
run: |
echo '${{ fromJson(env.PACKAGE_JSON).version }}'
# create_npm_release:
# needs: create_github_release
Expand Down

0 comments on commit 6839a20

Please sign in to comment.