Skip to content

Commit 1924ccd

Browse files
committedMar 5, 2025
debug workflow
1 parent 8dd5681 commit 1924ccd

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed
 

‎.github/workflows/publish.yml

+4
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,10 @@ jobs:
88
build:
99
runs-on: ubuntu-latest
1010
steps:
11+
- name: Debug environment
12+
run: |
13+
echo "RubyGems key present: ${{ secrets.RUBYGEMS_API_KEY != '' }}"
14+
ls -la ./
1115
- uses: actions/checkout@v1
1216
- name: Release Gem
1317
uses: cadwallion/publish-rubygems-action@master

0 commit comments

Comments
 (0)