.github/workflows/main.yml in grumlin-0.12.0 vs .github/workflows/main.yml in grumlin-0.12.1
- old
+ new
@@ -46,11 +46,11 @@
publish:
runs-on: ubuntu-latest
needs:
- lint
- test
- if: github.event_name == 'push' && startsWith(github.ref, 'refs/tags/v')
+# if: github.event_name == 'push' && startsWith(github.ref, 'refs/tags/v')
steps:
- uses: actions/checkout@v2
- uses: ruby/setup-ruby@v1
with:
@@ -63,10 +63,10 @@
- name: Create credentials
run: |
mkdir ~/.gem
cat << EOF > ~/.gem/credentials
---
- :rubygems_api_key: ${{ secrets.rubygems_api_key }}
+ :rubygems_api_key: ${{ secrets.RUBYGEMS_TOKEN }}
EOF
chmod 0600 /home/runner/.gem/credentials
- name: Push gem
run: gem push *gem