From 0ad4d17bdd9b761b3ae582ac2cf5a1c31f2f0ca6 Mon Sep 17 00:00:00 2001 From: Callin Mullaney <57088-callinmullaney@users.noreply.drupalcode.org> Date: Wed, 1 May 2024 10:23:37 -0500 Subject: [PATCH] fix: update release tagging config --- .github/workflows/release.yml | 4 ++-- release.config.js | 1 + 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 0070a3a..a9a3b12 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -13,13 +13,13 @@ jobs: - name: Install Node.js uses: actions/setup-node@v2 with: - node-version: 16.13 + node-version: 20 - name: Install run: npm install - name: Build run: npm run build - name: Release env: - GITHUB_TOKEN: ${{secrets.GITHUB_TOKEN}} + GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} NPM_TOKEN: ${{ secrets.NPM_TOKEN }} run: npm run semantic-release diff --git a/release.config.js b/release.config.js index 165c9fa..db00f09 100644 --- a/release.config.js +++ b/release.config.js @@ -1,4 +1,5 @@ module.exports = { + tagFormat: '${version}', branches: ['main'], repositoryUrl: 'git@github.com:emulsify-ds/emulsify-cli.git', plugins: [