Skip to content
This repository has been archived by the owner on Apr 2, 2024. It is now read-only.

Commit

Permalink
chore: Add release workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
bennycode committed Oct 27, 2023
1 parent c3d4a63 commit d8a91fc
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions .github/workflows/create-release.yml
@@ -0,0 +1,15 @@
name: 'Create Release'

on:
push:
tags:
- 'v*.*.*'

jobs:
release:
runs-on: ubuntu-latest
steps:
- name: 'Create Release'
uses: softprops/action-gh-release@v1
with:
generate_release_notes: true

0 comments on commit d8a91fc

Please sign in to comment.