Skip to content

Commit

Permalink
Add release workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
spenserblack committed Aug 19, 2022
1 parent 54dfb4a commit dd32a81
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: Release

on:
push:
tags: [ 'v*.*.*' ]

jobs:
gh-release:
name: GitHub Release
runs-on: ubuntu-latest
permissions:
contents: write
steps:
- uses: actions/checkout@v3
with:
ref: ${{ github.ref }}
- uses: spenserblack/[email protected]

0 comments on commit dd32a81

Please sign in to comment.