We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fd826f7 commit fc5e1aaCopy full SHA for fc5e1aa
.github/actions/deploy/entrypoint.sh
@@ -5,7 +5,7 @@ gpg --quiet --batch --yes --passphrase=$GPG_KEY_PASSPHRASE --output ./.github/se
5
gpg --import ./.github/secrets/private.key
6
gpg --import ./.github/secrets/public.key
7
8
-ls -la
+echo $RELEASE_VERSION
9
10
cat << EOF > tempsettings.xml
11
<settings>
0 commit comments