Skip to content

Commit

Permalink
actually add the modified package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
MiniDigger committed Nov 30, 2019
1 parent 88ef2f4 commit d79699a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/Publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,7 @@ jobs:
version=$(echo "$GITHUB_REF" | sed "s/refs\/tags\/v//")
echo "Bumping version to $version"
yarn version --new-version $version
git add package.json
git commit -m "Bump version to $version"
git push "https://$GITHUB_ACTOR:$GITHUB_TOKEN@github.com/$GITHUB_REPOSITORY"
Expand Down

0 comments on commit d79699a

Please sign in to comment.