Skip to content

Commit

Permalink
Merge pull request #145 from takenet/feat/add-new-logo
Browse files Browse the repository at this point in the history
feat(logo):fix doc format
  • Loading branch information
WillianLomeu authored Jul 23, 2024
2 parents feabe9e + 8cedd52 commit ba3d31f
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .github/workflows/nodejs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,10 +9,10 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v3
uses: actions/checkout@v4

- name: Setup Node
uses: actions/setup-node@v3
uses: actions/setup-node@v4
with:
node-version: 18
registry-url: https://registry.npmjs.org/
Expand All @@ -25,10 +25,11 @@ jobs:
GITHUB_TOKEN: ${{ secrets.GH_TOKEN }}

- name: Semantic Release
uses: cycjimmy/semantic-release-action@v3
uses: cycjimmy/semantic-release-action@v4
id: semantic
with:
branch: master
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}

0 comments on commit ba3d31f

Please sign in to comment.