diff --git a/.github/workflows/createNewVersion.yml b/.github/workflows/createNewVersion.yml index 8af4563e08b0..1a5c979e990e 100644 --- a/.github/workflows/createNewVersion.yml +++ b/.github/workflows/createNewVersion.yml @@ -31,7 +31,7 @@ jobs: LARGE_SECRET_PASSPHRASE: ${{ secrets.LARGE_SECRET_PASSPHRASE }} - name: Import the GPG Key - run: gpg --import OSBotify-private-key.asc + run: cd .github/workflows && gpg --import OSBotify-private-key.asc - name: Set up git run: |