We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 94af210 commit 159eb62Copy full SHA for 159eb62
.github/workflows/release.yml
@@ -7,7 +7,6 @@ on:
7
8
permissions:
9
contents: write
10
- packages: write
11
12
jobs:
13
release:
@@ -28,14 +27,9 @@ jobs:
28
27
- name: Set up GPR credentials
29
run: |
30
mkdir -p ~/.gem
31
- echo -e "---\n:github: Bearer ${{ secrets.GITHUB_TOKEN }}" > ~/.gem/credentials
+ echo -e "---\n:github: Bearer ${{ secrets.GPR_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