mirror of
https://github.com/balena-io/etcher.git
synced 2025-07-16 07:46:31 +00:00
Fix missing analytics token
Change-type: patch Signed-off-by: Edwin Joassart edwin.joassart@balena.io
This commit is contained in:
parent
952ea80e15
commit
831339bd2c
1
.github/actions/publish/action.yml
vendored
1
.github/actions/publish/action.yml
vendored
@ -172,6 +172,7 @@ runs:
|
||||
for target in ${TARGETS}; do
|
||||
electron-builder ${ELECTRON_BUILDER_OS} ${target} ${ARCHITECTURE_FLAGS} \
|
||||
--c.extraMetadata.analytics.sentry.token='${{ steps.sentry.outputs.dsn }}' \
|
||||
--c.extraMetadata.analytics.mixpanel.token='balena-etcher' \
|
||||
--c.extraMetadata.packageType="${target}"
|
||||
|
||||
find dist -type f -maxdepth 1
|
||||
|
Loading…
x
Reference in New Issue
Block a user