Skip to content

Commit

Permalink
Auto release creater workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
calpaterson committed Sep 10, 2023
1 parent d5786b6 commit cdbf4f9
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions .github/workflows/create-release.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
name: Create Release

on:
push:
tags:
- 'v*'

jobs:
release:
name: Create Release
runs-on: ubuntu-latest

steps:
- name: Checkout
uses: actions/checkout@v3
- name: Create Release
id: create_release
uses: softprops/action-gh-release@v1

0 comments on commit cdbf4f9

Please sign in to comment.