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 f8da531 commit c522c42Copy full SHA for c522c42
.github/workflows/publish.yml
@@ -16,13 +16,15 @@ jobs:
16
permissions:
17
id-token: write # IMPORTANT: this permission is mandatory for trusted publishing
18
contents: write # IMPORTANT: this permission is required for `rake release` to push the release tag
19
+ issues: write
20
21
steps:
22
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
23
- uses: ruby/setup-ruby@e34163cd15f4bb403dcd72d98e295997e6a55798 # v1.238.0
24
with:
25
bundler-cache: true
26
ruby-version: 3.3
27
+ - run: bundle install
28
- name: Update version file with the release version
29
run: |
30
if [ "${{ github.event_name }}" == "workflow_dispatch" ]; then
0 commit comments