Skip to content

Commit

Permalink
✨ Add release workflow (#9)
Browse files Browse the repository at this point in the history
* 🐛 Resolve duplicate name in workflow

* ⬆️ Upgrade action version

* ⬆️ Upgrade gitmoji-release-action to latest version

* new sha

* Upgrade gitmoji-release-action to latest version

* Upgrade gitmoji-release-action to latest version

* Upgrade gitmoji-release-action to latest version

* Upgrade gitmoji-release-action to latest version

* Upgrade gitmoji-release-action to latest version

* Upgrade gitmoji-release-action to latest version

* Upgrade gitmoji-release-action to latest version

* Upgrade gitmoji-release-action to latest version

* permissions

* Upgrade gitmoji-auto-label to latest version
  • Loading branch information
georgepstaylor authored May 7, 2024
1 parent 6f43077 commit 6c4d6e4
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 8 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/auto-create-gitmoji-labels.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,6 @@ jobs:
repository-projects: read
steps:
- name: Create gitmoji label
uses: georgepstaylor/gitmoji-auto-label@simplify-gitmoji-step-output
uses: georgepstaylor/gitmoji-auto-label@main
with:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
12 changes: 5 additions & 7 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,13 +13,14 @@ on:
- 'patch'

jobs:
create-release:
release-job:
runs-on: ubuntu-latest
permissions:
contents: write
steps:
- name: Create Release
uses: georgepstaylor/[email protected]
- uses: georgepstaylor/gitmoji-release-action@62b58b26ab728f62aad65eae88a0c2415ffbb6f9
with:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
release_type: 'patch'
auto_create_tag: true
title_suffix: '- Release'
title_suffix: '- Release'

0 comments on commit 6c4d6e4

Please sign in to comment.