Skip to content

Commit

Permalink
chore(frame-events): updating workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
SirPhemmiey committed Jul 9, 2024
1 parent 13b3d20 commit 29de22b
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -90,6 +90,10 @@ jobs:
# Bump version using yarn version
yarn version --patch
# Verify changes
git status
cat package.json
# Extract the new version
echo "NEW_VERSION=$(node -p -e "require('./package.json').version")" >> $GITHUB_ENV
shell: bash
Expand Down

0 comments on commit 29de22b

Please sign in to comment.