Skip to content

Commit

Permalink
fix: version-label 현재 시각 versioning
Browse files Browse the repository at this point in the history
  • Loading branch information
char-yb committed Jul 21, 2024
1 parent 8617e81 commit ecdb524
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/develop-build-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ jobs:
aws_secret_key: ${{ secrets.AWS_SECRET_ACCESS_KEY }}
application_name: "walwal-dev"
environment_name: "Walwal-dev-env"
version_label: "walwal-dev-${{ github.sha }}"
version_label: "walwal-dev-${{ steps.format-time.outputs.replaced }}"
region: ap-northeast-2
deployment_package: deployment-package.zip

Expand Down

0 comments on commit ecdb524

Please sign in to comment.