Skip to content

Commit

Permalink
Merge pull request #36 from hackthebox/fix-sentry-release
Browse files Browse the repository at this point in the history
Update version reference to use branch name
  • Loading branch information
dimoschi authored May 24, 2023
2 parents 82c7edb + 2d2656d commit c16c9ea
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deploy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -54,4 +54,4 @@ jobs:
SENTRY_URL: ${{ secrets.SENTRY_URL }}
with:
environment: ${{ (contains(github.ref, '-rc')) && 'development' || 'production' }}
version: ${{ github.ref }}
version: ${{ github.ref_name }}

0 comments on commit c16c9ea

Please sign in to comment.