Skip to content

Commit

Permalink
rename job
Browse files Browse the repository at this point in the history
  • Loading branch information
VeyronSakai committed Apr 7, 2024
1 parent d64a8e8 commit dcb6026
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

jobs:
update_release_draft:
draft:
name: update release draft
runs-on: ubuntu-latest
outputs:
Expand All @@ -30,9 +30,9 @@ jobs:
environment: release
runs-on: ubuntu-latest
if: github.event_name == 'workflow_dispatch'
needs: update_release_draft
needs: draft
env:
VERSION: ${{ needs.update_release_draft.outputs.tag_name }}
VERSION: ${{ needs.draft.outputs.tag_name }}
steps:
- uses: release-drafter/release-drafter@v6
id: release-drafter
Expand Down

0 comments on commit dcb6026

Please sign in to comment.