Skip to content

Commit

Permalink
Release-creation script
Browse files Browse the repository at this point in the history
  • Loading branch information
eronisko committed Oct 6, 2023
1 parent 07d8fcc commit 91145cd
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 a release

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

jobs:
release:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v3
- name: Release
uses: softprops/action-gh-release@v1
with:
generate_release_notes: true

0 comments on commit 91145cd

Please sign in to comment.