Skip to content

Commit

Permalink
🐛 Resolve duplicate name in workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
georgepstaylor committed May 7, 2024
1 parent 8ed5781 commit 21be766
Showing 1 changed file with 2 additions and 6 deletions.
8 changes: 2 additions & 6 deletions .github/workflows/gitmoji-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,6 @@ name: Create release
on:
workflow_dispatch:
inputs:
GITHUB_TOKEN:
description: 'GitHub token'
required: true
release_type:
description: 'Type of release'
required: true
Expand All @@ -16,11 +13,10 @@ on:
- 'patch'

jobs:
create-release:
release-job:
runs-on: ubuntu-latest
steps:
- name: Create Release
uses: georgepstaylor/[email protected]
- uses: georgepstaylor/[email protected]
with:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
release_type: 'patch'
Expand Down

0 comments on commit 21be766

Please sign in to comment.