Remove aws cli call

This commit is contained in:
Owen
2026-01-05 11:20:25 -05:00
parent e42a732e93
commit 24e8455c73

View File

@@ -75,9 +75,6 @@ jobs:
role-duration-seconds: 3600
aws-region: ${{ secrets.AWS_REGION }}
- name: Verify AWS identity
run: aws sts get-caller-identity
- name: Extract tag name
id: get-tag
run: echo "TAG=${GITHUB_REF#refs/tags/}" >> $GITHUB_ENV