Skip to content

Commit

Permalink
fix: trigger semantic release manually [skip ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
swiiny committed Mar 24, 2024
1 parent b7dcf7e commit 1958dbd
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
@@ -1,10 +1,8 @@
name: Release

on:
push:
branches:
- main
- develop
repository_dispatch:
types: [semantic-release]

permissions:
contents: write
Expand All @@ -16,6 +14,9 @@ jobs:
steps:
- name: Checkout
uses: actions/checkout@v4
with:
fetch-depth: 0
persist-credentials: false

- name: Semantic Release
uses: cycjimmy/semantic-release-action@v4
Expand Down

0 comments on commit 1958dbd

Please sign in to comment.