Skip to content
This repository was archived by the owner on May 8, 2024. It is now read-only.

Commit e75f44b

Browse files
merge: solved merge with stash apply
Signed-off-by: Matheus Ferreira <matheus.ferreira@zup.com.br>
1 parent 692ac50 commit e75f44b

File tree

1 file changed

+7
-3
lines changed

1 file changed

+7
-3
lines changed

.github/workflows/check-callback.yml

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,8 @@ on:
2121
type: [SECURITY, RELEASE, RELEASED]
2222

2323
jobs:
24-
CHECK_CALLBACK:
24+
check_callback:
25+
name: Check Callback
2526
runs-on: ubuntu-latest
2627
steps:
2728
- name: Callback - ${{ github.event.client_payload.state }}
@@ -55,8 +56,11 @@ jobs:
5556
"description": "Internal error",
5657
"target_url": "https://github.com/${{ github.repository }}/actions/runs/${{ github.run_id }}"
5758
}'
58-
59-
PUSBLISH:
59+
60+
publish:
61+
name: Publish Plugin in Marketplace
62+
needs:
63+
- check_callback
6064
if: ${{ success() && github.event.event_type == 'RELEASED' }}
6165
uses: stack-spot/stackspot-intellij-extension/.github/workflows/publish-release.yml@main
6266
secrets:

0 commit comments

Comments
 (0)