Skip to content

Commit

Permalink
Fix .org release script
Browse files Browse the repository at this point in the history
  • Loading branch information
moon0326 committed Oct 11, 2022
1 parent 7554ee1 commit 16f07ad
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bin/release-plugin-to-dot-org.sh
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ mkdir trunk

# Download and unzip the plugin into trunk/.
echo "Downloading and unzipping the plugin"
PLUGIN_URL=https://github.com/moon0326/wp-openapi/releases/download/v${VERSION}-plugin/wp-openapi.zip
PLUGIN_URL=https://github.com/moon0326/wp-openapi/releases/download/v${VERSION}/wp-openapi.zip
curl -Lo wp-openapi.zip $PLUGIN_URL
unzip wp-openapi.zip -d trunk
rm wp-openapi.zip
Expand Down

0 comments on commit 16f07ad

Please sign in to comment.