Skip to content

Commit

Permalink
Added Release workflow (#39)
Browse files Browse the repository at this point in the history
  • Loading branch information
AllDmeat committed Jun 30, 2023
1 parent 620cf26 commit c06414f
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
name: Release

on:
push:
tags:
- "*.*.*"

jobs:
release:
runs-on: 'macos-latest'

timeout-minutes: 5

steps:
- name: Release
uses: softprops/action-gh-release@v1
with:
generate_release_notes: true

0 comments on commit c06414f

Please sign in to comment.