Skip to content

Commit

Permalink
Update release.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
abdulrahman1s authored Jun 22, 2022
1 parent 8447f4c commit 6be45e1
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,9 @@ jobs:
uses: actions/setup-node@v3
with:
node-version: "16.x"
- name: Install Semantic release packages
run: npm install -g semantic-release @semantic-release/git @semantic-release/changelog @semantic-release/exec -D
- name: Release
env:
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
run: npx semantic-release
run: npx semantic-release

0 comments on commit 6be45e1

Please sign in to comment.