Skip to content

Commit

Permalink
build: add release action
Browse files Browse the repository at this point in the history
  • Loading branch information
andrewmcodes committed Jun 3, 2022
1 parent acfc185 commit 564f5cc
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 0 deletions.
12 changes: 12 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
name: release

on:
push:
branches: [main]

jobs:
release-please:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: andrewmcodes/github-actions/release-please-simple@main
1 change: 1 addition & 0 deletions version.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
0.0.1

0 comments on commit 564f5cc

Please sign in to comment.