diff --git a/.github/workflows/api.yml b/.github/workflows/api.yml index 31b9f97..553158b 100644 --- a/.github/workflows/api.yml +++ b/.github/workflows/api.yml @@ -60,4 +60,4 @@ jobs: with: environment: production set_commits: skip - version: ${{ github.ref }} \ No newline at end of file + version: ${{ github.sha }} \ No newline at end of file diff --git a/.github/workflows/client.yml b/.github/workflows/client.yml index da2b72c..b12ad25 100644 --- a/.github/workflows/client.yml +++ b/.github/workflows/client.yml @@ -65,4 +65,4 @@ jobs: with: environment: production set_commits: skip - version: ${{ github.ref }} \ No newline at end of file + version: ${{ github.sha }} \ No newline at end of file