Skip to content

Commit

Permalink
feat: add self to workflow (dogfooding)
Browse files Browse the repository at this point in the history
  • Loading branch information
ArwynFr committed Feb 24, 2022
1 parent fc8739a commit 3f2be4d
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
name: release

on:
push:
branches: [master]

jobs:
release:
runs-on: ubuntu-latest
name: 'Publish a new release'
steps:

- name: Create Github release
uses: arwynfr/actions-conventional-versioning@master

0 comments on commit 3f2be4d

Please sign in to comment.