We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6205157 commit 59a72f9Copy full SHA for 59a72f9
1 file changed
.github/workflows/publish.yaml
@@ -25,9 +25,9 @@ jobs:
25
run: bin/EncryptDecryptFile.PS1
26
shell: pwsh
27
env:
28
- SN_PASSPHRASE: ${{ secrets.SN_PASSPHRASE }}
29
- SN_SALT: ${{ secrets.SN_SALT }}
30
- SN_INIT: ${{ secrets.SN_INIT }}
+ SNK_PASSPHRASE: ${{ secrets.SNK_PASSPHRASE }}
+ SNK_SALT: ${{ secrets.SNK_SALT }}
+ SNK_INIT: ${{ secrets.SNK_INIT }}
31
32
- name: 📝 Update version
33
run: bin/Update-Version.PS1 -Version "$env:VERSION"
0 commit comments