Skip to content

Commit

Permalink
fix sentry releases
Browse files Browse the repository at this point in the history
  • Loading branch information
foxriver76 committed Jan 30, 2021
1 parent fc76e54 commit 172bffd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test-and-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -133,6 +133,6 @@ jobs:
export SENTRY_URL=https://sentry.iobroker.net
export SENTRY_ORG=iobroker
export SENTRY_PROJECT=iobroker-hm-rega
export SENTRY_VERSION=iobroker.hm-rega@${{ env.VERSION }}
export SENTRY_VERSION=iobroker.hm-rega@${{ steps.extract_release.outputs.VERSION }}
sentry-cli releases new $SENTRY_VERSION
sentry-cli releases finalize $SENTRY_VERSION

0 comments on commit 172bffd

Please sign in to comment.