Skip to content

Commit

Permalink
Create a GitHub release from each version tag
Browse files Browse the repository at this point in the history
  • Loading branch information
jorhett committed May 14, 2024
1 parent 3d9f863 commit d3a8061
Showing 1 changed file with 21 additions and 0 deletions.
21 changes: 21 additions & 0 deletions .github/workflows/github-release.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
---
name: GitHub Release

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

jobs:
release:
name: 'GitHub Release'
defaults:
run:
working-directory: ${{ inputs.working-directory }}
runs-on: ubuntu-latest
steps:
- name: Checkout repository
uses: actions/checkout@v4

- name: Create GitHub release
uses: softprops/action-gh-release@v2

0 comments on commit d3a8061

Please sign in to comment.