Skip to content

Commit

Permalink
Fixing release updated task
Browse files Browse the repository at this point in the history
  • Loading branch information
aasimkhan30 committed Aug 10, 2024
1 parent 86791f9 commit 1eb3735
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,9 +29,11 @@ jobs:
- name: Install Dependencies
run: npm install

- uses: johnnybenson/package-json-versioned-action@v1.0.5
id: check
- uses: MontyD/package-json-updated-action
id: version-updated
with:
path: package.json
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

- name: Create npm package
Expand Down

0 comments on commit 1eb3735

Please sign in to comment.