Skip to content

Commit

Permalink
Merge pull request #15 from betadots/add_workflow
Browse files Browse the repository at this point in the history
use composite worklfow
  • Loading branch information
rwaffen authored May 14, 2024
2 parents 807e802 + b15847a commit 5dc6f83
Showing 1 changed file with 3 additions and 8 deletions.
11 changes: 3 additions & 8 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,17 +4,12 @@ on:
tags:
- '*'

name: Release 🚀
name: Create GitHub release 🚀

jobs:
release:
name: Release
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4

- name: Create Release
env:
GH_TOKEN: ${{ github.token }}
run: gh release create ${{ github.ref_name }} --generate-notes
- name: Create GitHub release
uses: voxpupuli/gha-create-a-github-release@main

0 comments on commit 5dc6f83

Please sign in to comment.