Skip to content

Commit

Permalink
Specify netlify version number
Browse files Browse the repository at this point in the history
  • Loading branch information
marinadamato committed Aug 29, 2023
1 parent 9350569 commit 334a0a3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/images.yml
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@ jobs:
- name: Install Netlify
# if: steps.yarn-cache.outputs.cache-hit != 'true'
run: yarn global add netlify-cli
run: yarn global add netlify-cli@16.0.3

- name: Deploy images to Netlify
run: |
Expand Down Expand Up @@ -157,4 +157,4 @@ jobs:
]
}
EOF
curl -X POST ${{ secrets.TEAMS_WEBHOOK_URL }} --header 'Content-Type: application/json' -f -S -d @message.json
curl -X POST ${{ secrets.TEAMS_WEBHOOK_URL }} --header 'Content-Type: application/json' -f -S -d @message.json

0 comments on commit 334a0a3

Please sign in to comment.