Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Cannot read properties of undefined (reading 'VersionLabel') #115

Open
SummySumanth opened this issue Oct 1, 2024 · 1 comment
Open

Comments

@SummySumanth
Copy link

I keep getting the error Error: Deployment failed: TypeError: Cannot read properties of undefined (reading 'VersionLabel') and I have checked that github.sha is available, but still this is failing .

below is my workflow

      - name: 🚀 Deploy to AWS Elastic Beanstalk
        uses: einaregilsson/beanstalk-deploy@v19
        with:
          aws_access_key: ${{ secrets.AWS_ACCESS_KEY_ID }}
          aws_secret_key: ${{ secrets.AWS_SECRET_ACCESS_KEY }}
          region: 'ap-south-1'
          application_name: 'summy.dev-backend'
          environment_name: 'Summydev-backend-env'
          version_label: ${{ github.sha }}
          version_description: 'Deploying from GitHub Actions'
          deployment_package: 'deployment-package.zip'
@scream4ik
Copy link

the same issue with version 22

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants