chore: update deploy action version in deploy.yml to use main branch

This commit is contained in:
itsscb 2025-03-04 21:29:06 +01:00
parent c9e8758c4f
commit 2ae0ed13fc

View File

@ -29,6 +29,6 @@ jobs:
npm ci
ng build
- uses: shuttle-hq/deploy-action@v0.4.0
- uses: shuttle-hq/deploy-action@main
with:
deploy-key: ${{ secrets.SHUTTLE_API_KEY }}