From f7f8011f949d79a6e1f75cc7918c40a4e6d6468f Mon Sep 17 00:00:00 2001 From: Justin Persaud Date: Tue, 10 Oct 2023 09:57:34 -0400 Subject: [PATCH] remove duplicate step --- .github/workflows/deploy.yml | 5 ----- 1 file changed, 5 deletions(-) diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index 85eaf93c95d4..4e99f5a7e15c 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -46,11 +46,6 @@ jobs: ref: production token: ${{ steps.setupGitForOSBotify.outputs.OS_BOTIFY_API_TOKEN }} - - name: Setup git for OSBotify - uses: ./.github/actions/composite/setupGitForOSBotify - with: - GPG_PASSPHRASE: ${{ secrets.LARGE_SECRET_PASSPHRASE }} - - name: Get current app version run: echo "PRODUCTION_VERSION=$(npm run print-version --silent)" >> "$GITHUB_ENV"