Skip to content

Commit 7d1af55

Browse files
committed
Sign with the 1.0 release of the signing tool
sign-universal dropped its alpha suffix; 1.0.32 is the first stable release. Same tool, same command, same flags.
1 parent 2602bd2 commit 7d1af55

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -149,7 +149,7 @@ jobs:
149149
# Pinned deliberately: the tool that signs the release should not change without
150150
# someone choosing to change it.
151151
- name: Install the signing tool
152-
run: dotnet tool install --global SignUniversal.Cli --version 1.0.31-alpha
152+
run: dotnet tool install --global SignUniversal.Cli --version 1.0.32
153153

154154
- name: Sign
155155
env:

0 commit comments

Comments
 (0)