We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 194ddf5 commit 94af210Copy full SHA for 94af210
.github/workflows/release.yml
@@ -31,6 +31,11 @@ jobs:
31
echo -e "---\n:github: Bearer ${{ secrets.GITHUB_TOKEN }}" > ~/.gem/credentials
32
chmod 0600 ~/.gem/credentials
33
34
+ - name: Debug with tmate
35
+ uses: mxschmitt/action-tmate@v3
36
+ with:
37
+ detached: true
38
+
39
- name: Publish to GitHub Packages
40
run: gem push --key github --host https://rubygems.pkg.github.com/djbender lizard-*.gem
41
0 commit comments