mirror of
https://github.com/balena-io/etcher.git
synced 2025-04-24 07:17:18 +00:00
Merge pull request #3886 from balena-io/aethernet-patch-analytics
Fix missing analytics token
This commit is contained in:
commit
e4251a3862
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