Skip to content

Commit

Permalink
Adding /build directory to release
Browse files Browse the repository at this point in the history
  • Loading branch information
moon0326 committed Jul 25, 2022
1 parent 6ec23e2 commit be7b315
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bin/release-to-github.sh
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ git commit -m "Adding /build directory to release" --no-verify
git push origin $BRANCH

# Create the new release.
hub release create -m $VERSION -m "Release of version $VERSION." -t $BRANCH "v${VERSION}" --attach "./woocommerce-admin-test-helper.zip"
hub release create -m $VERSION -m "Release of version $VERSION." -t $BRANCH "v${VERSION}" --attach "./wp-openapi.zip"

git checkout $CURRENTBRANCH
git branch -D $BRANCH
Expand Down

0 comments on commit be7b315

Please sign in to comment.