ci: Keep n8n-workflow version in sync with the main version (no-changelog) (#9107)

This commit is contained in:
कारतोफ्फेलस्क्रिप्ट™
2024-04-10 13:01:43 +02:00
committed by GitHub
parent db5c587cc8
commit 9eab357b75
2 changed files with 5 additions and 2 deletions

View File

@@ -28,6 +28,7 @@ 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