Skip to content

Commit

Permalink
Fix incorrect version reference in documentation for azure/trusted-si…
Browse files Browse the repository at this point in the history
…gning-action (#48)

fix: correct version reference to v0.4.0 in documentation
  • Loading branch information
teamchong authored Aug 5, 2024
1 parent acc6d03 commit 3d8629b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ jobs:
run: dotnet build --configuration Release --no-restore WpfApp

- name: Sign files with Trusted Signing
uses: azure/trusted-signing-action@v0.4.1
uses: azure/trusted-signing-action@v0.4.0
with:
azure-tenant-id: ${{ secrets.AZURE_TENANT_ID }}
azure-client-id: ${{ secrets.AZURE_CLIENT_ID }}
Expand Down

0 comments on commit 3d8629b

Please # to comment.