Skip to content

Commit

Permalink
Merge pull request #7 from fosslife/dev
Browse files Browse the repository at this point in the history
  • Loading branch information
Sparkenstein authored Nov 19, 2024
2 parents 9dd937e + c277821 commit 7aca28b
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 @@ -18,7 +18,7 @@ jobs:
- uses: actions/checkout@v4
with:
fetch-depth: 0
token: ${{ secrets.GH_TOKEN }}
token: ${{ secrets.GITHUB_TOKEN }}

- name: Setup Node
uses: actions/setup-node@v4
Expand All @@ -32,7 +32,7 @@ jobs:
- name: Semantic Release
id: semantic
env:
GITHUB_TOKEN: ${{ secrets.GH_TOKEN }}
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
run: npx semantic-release
publish-tauri:
needs: semantic-release
Expand Down

0 comments on commit 7aca28b

Please sign in to comment.