Skip to content

Commit

Permalink
chore: Fix unique aws upload identifier
Browse files Browse the repository at this point in the history
  • Loading branch information
atomrc committed Dec 19, 2023
1 parent 9f981a2 commit 6648de6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -330,7 +330,7 @@ jobs:
region: eu-central-1
use_existing_version_if_available: true
version_description: ${{github.sha}}
version_label: '${{github.run_id}}-${{github.job}}'
version_label: '${{github.run_id}}-${{matrix.target}}'
wait_for_deployment: false
wait_for_environment_recovery: 150

Expand Down

0 comments on commit 6648de6

Please sign in to comment.