Skip to content

Commit 4f612d3

Browse files
committed
chore: revert the codeclimate version change
1 parent ceef181 commit 4f612d3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/deploy-sdk.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,7 @@ jobs:
101101
SLACK_WEBHOOK_TYPE: INCOMING_WEBHOOK
102102

103103
- name: Send Velocity Deployment
104-
uses: codeclimate/velocity-deploy-action@1b4a22f0db113bf8d85c14fd726cf0ec6d17cd13 # v1.0.0
104+
uses: codeclimate/velocity-deploy-action@v1.0.0 # v1.0.0
105105
if: steps.semantic-release.outputs.new_release_published == 'true' # only run if a git tag was made.
106106
with:
107107
token: ${{ secrets.VELOCITY_DEPLOYMENT_TOKEN }}

0 commit comments

Comments
 (0)