Skip to content

Commit 2b939e6

Browse files
Merge pull request #64 from contentstack/development
DX | Release | 21-04-2025
2 parents cacff92 + 9a4e790 commit 2b939e6

File tree

6 files changed

+190
-133
lines changed

6 files changed

+190
-133
lines changed

.github/workflows/release.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -28,12 +28,12 @@ jobs:
2828
uses: codex-team/[email protected]
2929

3030
# Install npm-pack-all to create a package archive
31-
- name: Install npm-pack-all
32-
run: npm install npm-pack-all
33-
31+
- name: Install npm pack
32+
run: npm install npm-pack
33+
3434
# Pack the package into a .tgz archive
3535
- name: Pack the npm package
36-
run: node node_modules/.bin/npm-pack-all
36+
run: npm pack
3737

3838
# Publish the package to npm
3939
- name: Publish to npm

LICENCE renamed to LICENSE

File renamed without changes.

0 commit comments

Comments
 (0)