Skip to content

Commit

Permalink
Merge pull request #21 from berty/fix/semantic-release
Browse files Browse the repository at this point in the history
fix: semantic release
  • Loading branch information
d4ryl00-sudo authored Oct 18, 2024
2 parents 610bd60 + f85a21b commit 05b92bd
Showing 1 changed file with 11 additions and 5 deletions.
16 changes: 11 additions & 5 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
@@ -1,13 +1,19 @@
name: Semantic Release

on: push
on:
push:
branches:
- main

jobs:
semantic-release:
runs-on: ubuntu-latest
timeout-minutes: 20
steps:
- uses: actions/checkout@master
- uses: codfish/semantic-release-action@v2
if: github.ref == 'refs/heads/main'
- name: Checkout
uses: actions/checkout@v4

- name: Semantic Release
uses: cycjimmy/semantic-release-action@v4
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}

0 comments on commit 05b92bd

Please sign in to comment.