Skip to content

Commit

Permalink
ci: test
Browse files Browse the repository at this point in the history
  • Loading branch information
lamwj98 committed Mar 20, 2024
1 parent 07bbf27 commit 53af8ce
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/release_package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,9 @@ on:
branches:
- fix-hide-sidebar

permissions:
id-token: write

jobs:
release:
runs-on: ubuntu-latest
Expand All @@ -21,8 +24,6 @@ jobs:
run: npm install

- name: Semantic Release
permissions:
id-token: write
env:
GH_TOKEN: ${{ secrets.GH_TOKEN }}
run: npx semantic-release

0 comments on commit 53af8ce

Please sign in to comment.