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

Commit 455fb8d

Browse files
refactor: change uppercase to lowercase
Signed-off-by: Matheus Ferreira <matheus.ferreira@zup.com.br>
1 parent e75f44b commit 455fb8d

File tree

1 file changed

+7
-5
lines changed

1 file changed

+7
-5
lines changed

.github/workflows/publish-release.yml

Lines changed: 7 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,8 @@ concurrency:
3131
cancel-in-progress: true
3232

3333
jobs:
34-
EXPORT_PROPERTIES:
34+
export_properties:
35+
name: Export Properties
3536
runs-on: ubuntu-latest
3637
outputs:
3738
changelog: ${{ steps.properties.outputs.changelog }}
@@ -53,8 +54,8 @@ jobs:
5354
echo "::set-output name=changelog::$CHANGELOG"
5455
5556
# Prepare and publish the plugin to the Marketplace repository
56-
PUBLISH:
57-
name: Publish Plugin
57+
publish:
58+
name: Publish Plugin in Marketplace
5859
runs-on: ubuntu-latest
5960
steps:
6061

@@ -81,9 +82,10 @@ jobs:
8182
run: |
8283
gh release upload ${{ github.event.release.tag_name }} ./build/distributions/*
8384
84-
CHANGELOG:
85+
changelog:
86+
name: Changelog
8587
needs:
86-
- EXPORT_PROPERTIES
88+
- export_properties
8789
runs-on: ubuntu-latest
8890
steps:
8991
# Check out current repository

0 commit comments

Comments
 (0)