chore(setup): remove ruby from publish workflow

This commit is contained in:
Karol Sójko
2022-08-03 15:59:56 +02:00
parent 966c15701f
commit 1cefaf10ee

View File

@@ -21,9 +21,6 @@ jobs:
registry-url: 'https://registry.npmjs.org'
node-version-file: '.nvmrc'
- name: Set up Ruby
uses: ruby/setup-ruby@v1
- name: Setup git config
run: |
git config --global user.name "standardci"