Skip to content

Commit

Permalink
chore: semantic release
Browse files Browse the repository at this point in the history
  • Loading branch information
katallaxie committed Feb 10, 2024
1 parent 2e2b3a8 commit 1383617
Showing 1 changed file with 10 additions and 5 deletions.
15 changes: 10 additions & 5 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,12 +5,17 @@ on:
- main

jobs:
test:
permissions:
checks: write
uses: ./.github/workflows/main.yml

release:
runs-on: ubuntu-latest
needs: [ test ]
steps:
- name: Checkout
uses: actions/checkout@master
- name: Release
uses: codfish/semantic-release-action@v3.0.0
- uses: actions/checkout@v4
- uses: go-semantic-release/action@v1
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
if: success()

0 comments on commit 1383617

Please sign in to comment.