diff --git a/.github/workflows/update.yml b/.github/workflows/update.yml index 9b00bd9..2060eb1 100644 --- a/.github/workflows/update.yml +++ b/.github/workflows/update.yml @@ -29,6 +29,5 @@ jobs: - name: Deploy if: github.ref == 'refs/heads/master' run: ./bin/ci/deploy - with: - env: - RUBYGEMS_API_KEY: ${{ secrets.RUBYGEMS_API_KEY }} \ No newline at end of file + env: + RUBYGEMS_API_KEY: ${{ secrets.RUBYGEMS_API_KEY }} \ No newline at end of file