Skip to content

Commit e824034

Browse files
chore: fix
1 parent c37f7a9 commit e824034

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

.github/workflows/close-and-promote.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,8 @@
11
name: Close and Release Sonatype Staging
22

33
on:
4-
push:
5-
branches:
6-
- "mdwairi/configure-publish-tasks"
4+
workflow_dispatch:
5+
76

87
jobs:
98
close-and-release:

.github/workflows/drop-from-staging.yml

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,9 @@
11
name: Drop Sonatype Staging Repository
22

33
on:
4-
workflow_dispatch:
5-
4+
push:
5+
branches:
6+
- "mdwairi/configure-publish-tasks"
67

78

89
jobs:
@@ -17,7 +18,7 @@ jobs:
1718
-d '{
1819
"data": {
1920
"stagedRepositoryIds": [
20-
"comexpediagroup-1673"
21+
"comexpediagroup-1674"
2122
],
2223
"description": "Dropping this staging repository via REST API."
2324
}

0 commit comments

Comments
 (0)