Skip to content

Commit

Permalink
fix: pipes
Browse files Browse the repository at this point in the history
  • Loading branch information
itszeeshan committed Aug 30, 2024
1 parent c068507 commit 9aeace7
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 10 deletions.
6 changes: 5 additions & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,10 @@ jobs:
release:
name: GitHub Release
runs-on: ubuntu-latest
permissions:
contents: write
issues: write
pull-requests: write

steps:
- name: Checkout
Expand All @@ -24,5 +28,5 @@ jobs:

- name: Run semantic-release
env:
GH_TOKEN: ${{ secrets.GH_TOKEN }}
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
run: npm run release
19 changes: 10 additions & 9 deletions .releaserc
Original file line number Diff line number Diff line change
@@ -1,11 +1,12 @@
{
"branches": ["main"],
"repositoryUrl": "https://github.com/itszeeshan/react-custom-hooks",
"plugins": [
"@semantic-release/commit-analyzer",
"@semantic-release/release-notes-generator",
"@semantic-release/changelog",
"@semantic-release/github",
"@semantic-release/npm"
]
"branches": ["main"],
"repositoryUrl": "https://github.com/itszeeshan/react-custom-hooks",
"plugins": [
"@semantic-release/commit-analyzer",
"@semantic-release/release-notes-generator",
"@semantic-release/changelog",
"@semantic-release/github",
"@semantic-release/npm"
]
}

0 comments on commit 9aeace7

Please sign in to comment.