Skip to content

Commit d89e9ae

Browse files
authored
chore: update release ci script (#260)
* chore: update release ci script * chore: update lockfile
1 parent da9b586 commit d89e9ae

File tree

2 files changed

+649
-68
lines changed

2 files changed

+649
-68
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ jobs:
7474
echo "@contentful:registry=https://npm.pkg.github.com" >> ~/.npmrc
7575
- name: NX Release
7676
run: |
77-
npx nx release -y
77+
npx nx release publish --first-release
7878
env:
7979
GITHUB_TOKEN: ${{ steps.vault.outputs.GITHUB_TOKEN }}
8080

0 commit comments

Comments
 (0)