Skip to content

Commit

Permalink
Fix missing analytics token
Browse files Browse the repository at this point in the history
Change-type: patch
Signed-off-by: Edwin Joassart [email protected]
  • Loading branch information
aethernet authored Nov 25, 2022
1 parent 952ea80 commit 831339b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/actions/publish/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 831339b

Please sign in to comment.