Skip to content

Commit

Permalink
Merge pull request #3 from metacontroller/semrel
Browse files Browse the repository at this point in the history
fix(release): Setup release action
  • Loading branch information
grzesuav authored Nov 14, 2022
2 parents 0041d8d + a769306 commit 848a4e4
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
name: release
on:
push:
branches:
- main

jobs:
release:
runs-on: ubuntu-22.04
steps:
- uses: actions/checkout@master
- uses: go-semantic-release/action@v1
with:
github-token: ${{ secrets.PAT_TOKEN }}
changelog-file: "CHANGELOG.md"
Empty file added CHANGELOG.md
Empty file.

0 comments on commit 848a4e4

Please sign in to comment.