We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bb92425 commit ce4892cCopy full SHA for ce4892c
.github/workflows/release.yml
@@ -7,6 +7,7 @@ on:
7
8
permissions:
9
contents: write
10
+ id-token: write
11
12
jobs:
13
github-release:
@@ -29,17 +30,14 @@ jobs:
29
30
steps:
31
- name: Checkout
32
uses: actions/checkout@v4
33
+ with:
34
+ persist-credentials: false
35
36
- name: Set up Ruby
37
uses: ruby/setup-ruby@v1
38
with:
39
ruby-version: '3.0.0'
40
bundler-cache: true
41
- - name: Build gem
- run: gem build invoicetronic_sdk.gemspec
-
42
- name: Publish to RubyGems
43
uses: rubygems/release-gem@v1
44
- with:
45
- gem-name: invoicetronic_sdk
0 commit comments