Skip to content

Commit

Permalink
fix: use open-turo/actions-go/release instead
Browse files Browse the repository at this point in the history
  • Loading branch information
dgschwindturo committed Sep 1, 2023
1 parent fc39ce8 commit edb3487
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,8 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: go-semantic-release/action@v1
## - uses: go-semantic-release/action@v1
- uses: open-turo/actions-go/release@v1
with:
github-token: ${{ secrets.GITHUB_TOKEN }}
go-version: 1.20.2
1 change: 1 addition & 0 deletions .go-version
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
1.20.2

0 comments on commit edb3487

Please sign in to comment.