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 4e23112 commit 2b7172d
Showing 1 changed file with 12 additions and 3 deletions.
15 changes: 12 additions & 3 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,11 +11,20 @@ jobs:

steps:
- name: Checkout
uses: actions/checkout@v4
uses: actions/checkout@v2


- name: Setup Node.js
uses: actions/setup-node@v2
with:
node-version: '14'

- name: Release to GitHub
uses: cycjimmy/semantic-release-action@v4
with:
extra_plugins: |
@semantic-release/[email protected]
@semantic-release/git
branches: |
['main']
env:
GH_TOKEN: ${{ secrets.GH_TOKEN }}
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit 2b7172d

Please sign in to comment.