diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 53ed4dac..95c85b30 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -14,13 +14,15 @@ jobs: uses: actions/checkout@v3 with: fetch-depth: 0 - ssh-key: ${{ secrets.DEPLOY_KEY }} - name: Setup Node.js uses: actions/setup-node@v3 with: node-version: "lts/*" - name: Install additional semantic-release plugins - run: npm i --save=false semantic-release @socialgouv/releaserc @semantic-release/changelog @semantic-release/git @semantic-release/npm + run: + npm i --save=false semantic-release @socialgouv/releaserc + @semantic-release/changelog @semantic-release/git + @semantic-release/npm - name: Release env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}