Skip to content

Commit

Permalink
Merge pull request #9 from Eslam3bed/add-badges
Browse files Browse the repository at this point in the history
update
  • Loading branch information
Eslam3bed authored Sep 23, 2024
2 parents 40f056b + ae5f13c commit bd6f96d
Showing 1 changed file with 8 additions and 2 deletions.
10 changes: 8 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,14 @@ jobs:
release:
runs-on: ubuntu-latest
steps:

- name: Setup Node.js 20
uses: actions/setup-node@v3
with:
node-version: '20'
registry-url: "https://registry.npmjs.org"

- name: Checkout code
uses: actions/checkout@v2
uses: actions/checkout@v3

- name: Tag the repository
id: tag
Expand All @@ -28,6 +33,7 @@ jobs:
- name: Publish to npm
run: npm publish

env:
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}

Expand Down

0 comments on commit bd6f96d

Please sign in to comment.