Skip to content

Commit

Permalink
GitHub Actions: Fixed the version of the release on Sentry
Browse files Browse the repository at this point in the history
  • Loading branch information
bjorn committed Aug 10, 2021
1 parent b47c613 commit a3340f5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/packages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -405,4 +405,4 @@ jobs:
SENTRY_PROJECT: ${{ secrets.SENTRY_PROJECT }}
with:
environment: releases
version: ${{ needs.version.outputs.version }}
version: tiled@${{ needs.version.outputs.version }}

0 comments on commit a3340f5

Please sign in to comment.