Skip to content

Commit

Permalink
fix: semantic release
Browse files Browse the repository at this point in the history
  • Loading branch information
kaiehrhardt committed Aug 16, 2023
1 parent b2953bd commit bca5091
Showing 1 changed file with 3 additions and 6 deletions.
9 changes: 3 additions & 6 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@ on:
jobs:
release:
runs-on: ubuntu-latest
container: smartive/semantic-release-image:latest
permissions:
contents: write
issues: write
Expand All @@ -17,9 +16,7 @@ jobs:
uses: actions/checkout@v3
with:
ssh-key: "${{ secrets.COMMIT_KEY }}"
- name: install semantic-release/github
run: npm install semantic-release @semantic-release/github
- name: semantic-release
- name: Semantic Release
uses: cycjimmy/semantic-release-action@v3
env:
GITHUB_TOKEN: ${{secrets.GITHUB_TOKEN}}
run: semantic-release
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit bca5091

Please sign in to comment.