Skip to content

Commit

Permalink
fix: corrected version for the test workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
vladcos committed Mar 2, 2024
1 parent 4991d81 commit 290182b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .projenrc/test-workflow.ts
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ export function addTestJob(release: Release, releaseFile: ObjectFile) {
].join('\n'),
},
{
uses: 'vladcosorg/action-s3-cloudfront-smart-deploy@latest',
uses: 'vladcosorg/action-s3-cloudfront-smart-deploy@v1',
with: {
source: '${{ runner.temp }}/test',
target: 's3://${{ vars.AWS_BUCKET }}/',
Expand Down

0 comments on commit 290182b

Please sign in to comment.