ci: sentry version fix
This commit is contained in:
parent
f7c49c37f6
commit
bdf3aae4e4
|
@ -60,4 +60,4 @@ jobs:
|
||||||
with:
|
with:
|
||||||
environment: production
|
environment: production
|
||||||
set_commits: skip
|
set_commits: skip
|
||||||
version: ${{ github.ref }}
|
version: ${{ github.sha }}
|
|
@ -65,4 +65,4 @@ jobs:
|
||||||
with:
|
with:
|
||||||
environment: production
|
environment: production
|
||||||
set_commits: skip
|
set_commits: skip
|
||||||
version: ${{ github.ref }}
|
version: ${{ github.sha }}
|
Loading…
Reference in New Issue