Skip to content

Commit 67e8201

Browse files
Merge pull request #75 from Dans-Plugins/main
Sync branch w/ main
2 parents b8334c8 + 6f00f1a commit 67e8201

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/deploy.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -85,6 +85,8 @@ jobs:
8585
--header "Authorization: Bearer ${DEPLOY_TOKEN}" \
8686
--form "pluginName=${PLUGIN_JAR_NAME}" \
8787
--form "file=@${JAR_FILE}" \
88+
--form "branch=${{ github.ref_name }}" \
89+
--form "repoUrl=${{ github.server_url }}/${{ github.repository }}" \
8890
"${DEPLOY_URL}/api/plugins/deploy") || {
8991
echo "❌ curl failed – network error or invalid URL"
9092
exit 1

0 commit comments

Comments
 (0)