Skip to content

Commit

Permalink
fix: do some stuff
Browse files Browse the repository at this point in the history
  • Loading branch information
Olat-nji committed Aug 27, 2024
1 parent ef38b20 commit 26b17a6
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,11 +21,11 @@ jobs:
- name: Release to GitHub
uses: cycjimmy/semantic-release-action@v4
with:
semantic_version: 18.0.0
extra_plugins: |
@semantic-release/[email protected]
@semantic-release/git
branches: |
['main']
semantic_version: 15.13.28
branch: main

extra_plugins: |
@semantic-release/[email protected]
@semantic-release/git
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit 26b17a6

Please sign in to comment.