diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index e060359..88f4c3f 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -14,10 +14,4 @@ jobs: fetch-depth: 0 - name: "Publish gem" - shell: bash - run: | - mkdir ~/.gem - echo '---' > ~/.gem/credentials - echo ':github: Bearer ${{ secrets.GIT_REPOSITORY_FULL_ACCESS_PAT }}' >> ~/.gem/credentials - chmod 0600 ~/.gem/credentials - make publish \ No newline at end of file + run: "make publish" \ No newline at end of file