chore(create-release.yml): rename job name to 'Create Release Job' for clarity

chore(create-release.yml): rename step name to 'Download Artifact' for better readability
chore(create-release.yml): rename step name to 'Create Release Notes' for better understanding of the action's purpose
This commit is contained in:
ogabrielluiz 2024-05-28 19:24:52 -03:00
commit 8902b6d09e

View file

@ -15,14 +15,15 @@ on:
- main
jobs:
create_release:
name: Create Release
name: Create Release Job
runs-on: ubuntu-latest
steps:
- uses: actions/download-artifact@v4
name: Download Artifact
with:
name: dist${{ inputs.release_type }}
path: dist
- name: Create Release
- name: Create Release Notes
uses: ncipollo/release-action@v1
with:
artifacts: "dist/*"