ci: Revert keep n8n-workflow version in sync with the main version (no-changelog) (#9139)

This commit is contained in:
Omar Ajoue 2024-04-12 17:14:33 +01:00 committed by GitHub
parent 3eb5be5f5a
commit cd0406904e
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 2 additions and 5 deletions

View file

@ -33,10 +33,8 @@ assert.ok(
'No changes found since the last release',
);
// Keep the monorepo and n8n-workflow version up to date with the released version
const { version } = packageMap['n8n'];
packageMap['monorepo-root'].version = version;
packageMap['n8n-workflow'].version = version;
// Keep the monorepo version up to date with the released version
packageMap['monorepo-root'].version = packageMap['n8n'].version;
for (const packageName in packageMap) {
const { path, version, isDirty } = packageMap[packageName];

View file

@ -28,7 +28,6 @@ jobs:
- run: |
echo "//registry.npmjs.org/:_authToken=${{ secrets.NPM_TOKEN }}" > ~/.npmrc
npm dist-tag add n8n@${{ github.event.inputs.version }} ${{ github.event.inputs.release-channel }}
npm dist-tag add n8n-workflow@${{ github.event.inputs.version }} ${{ github.event.inputs.release-channel }}
release-to-docker-hub:
name: Release to DockerHub