We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c37f7a9 commit e824034Copy full SHA for e824034
.github/workflows/close-and-promote.yml
@@ -1,9 +1,8 @@
1
name: Close and Release Sonatype Staging
2
3
on:
4
- push:
5
- branches:
6
- - "mdwairi/configure-publish-tasks"
+ workflow_dispatch:
+
7
8
jobs:
9
close-and-release:
.github/workflows/drop-from-staging.yml
@@ -1,8 +1,9 @@
name: Drop Sonatype Staging Repository
- workflow_dispatch:
-
+ push:
+ branches:
+ - "mdwairi/configure-publish-tasks"
@@ -17,7 +18,7 @@ jobs:
17
18
-d '{
19
"data": {
20
"stagedRepositoryIds": [
- "comexpediagroup-1673"
21
+ "comexpediagroup-1674"
22
],
23
"description": "Dropping this staging repository via REST API."
24
}
0 commit comments