Skip to content

Commit b924ffc

Browse files
committed
fixed azure
1 parent 65c5948 commit b924ffc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
.goreleaser-windows.yaml
2929
3030
- name: Azure Login
31-
uses: azure/login@e0db49e98c564cc35b6c06fc4c423ab28c39c27a # v2.4.0
31+
uses: azure/login@v2
3232
with:
3333
creds: '{"clientId":"${{ secrets.DECO_SIGN_AZURE_CLIENT_ID }}","clientSecret":"${{ secrets.DECO_SIGN_AZURE_CLIENT_SECRET }}","tenantId":"${{ secrets.DECO_SIGN_AZURE_TENANT_ID }}","subscriptionId":"${{ secrets.DECO_SIGN_AZURE_SUBSCRIPTION_ID }}"}'
3434

0 commit comments

Comments
 (0)