Skip to content

Commit

Permalink
chore: update release workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
pheralb committed Jan 29, 2025
1 parent b4f3d5c commit 5dce59d
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
name: ⚙️ Release
name: 🚀 Release

on:
workflow_dispatch:
release:
types: [published]
push:
branches:
- main

concurrency: ${{ github.workflow }}-${{ github.ref }}

jobs:
release:
name: 📦 Release
name: 🧑‍🚀 Publish
runs-on: ubuntu-latest
steps:
- name: Checkout Repo
Expand Down

0 comments on commit 5dce59d

Please sign in to comment.