Skip to content

Commit

Permalink
ci: Add create release workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
seriaati committed Jan 15, 2025
1 parent 41d8e70 commit fa3a9d8
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
name: Create Release

on:
push:
branches: [ main ]

jobs:
create-release:
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v4
with:
fetch-depth: 0

- name: Create release
uses: seriaati/create-release@main

0 comments on commit fa3a9d8

Please sign in to comment.