Skip to content

Commit

Permalink
ci: 👷 add automatic release workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
nstringham committed Sep 12, 2022
1 parent 77e4710 commit 06ac362
Showing 1 changed file with 20 additions and 0 deletions.
20 changes: 20 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
name: Release

on:
push:
branches:
- main

jobs:
build:
name: Release
runs-on: ubuntu-latest
permissions: write-all
steps:
- name: Checkout
uses: actions/checkout@v3
with:
fetch-depth: 0

- name: Release
uses: justincy/[email protected]

0 comments on commit 06ac362

Please sign in to comment.