Skip to content

Commit

Permalink
Merge pull request #17 from swade1987/semantic-release
Browse files Browse the repository at this point in the history
fix: moving to semantic releases
  • Loading branch information
swade1987 authored Jan 31, 2025
2 parents 1bb86b3 + cad13ce commit 884da89
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,15 +24,15 @@ jobs:
with:
fetch-depth: 0
persist-credentials: false
token: ${{ secrets.GITHUB_TOKEN }}
token: ${{ secrets.RELEASE_TOKEN }}
- name: setup node.js
uses: actions/setup-node@39370e3970a6d050c480ffad4ff0ed4d3fdee5af # v4
with:
node-version: "lts/*"
- name: release
uses: cycjimmy/semantic-release-action@v4
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}\
GITHUB_TOKEN: ${{ secrets.RELEASE_TOKEN }}

build-and-push:
needs: release
Expand Down

0 comments on commit 884da89

Please sign in to comment.