Skip to content

Commit 090fb5e

Browse files
committed
chore: fix release gha
1 parent ed2153f commit 090fb5e

1 file changed

Lines changed: 7 additions & 1 deletion

File tree

.github/workflows/release.yml

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,17 @@
11
name: release
22

3+
permissions:
4+
contents: write
5+
packages: write
6+
id-token: write
7+
38
on:
49
workflow_dispatch:
510
inputs:
611
next_version:
712
description: |
8-
Next release version. Possible values: x.y.z, major, minor, patch or pre|rc|etc
13+
Next release version. Possible values: x.y.z, major, minor, patch (or pre|rc|etc).
14+
Also, you can pass 'skip' to skip 'git tag' and do 'gem push' for the current version
915
required: true
1016
default: 'skip'
1117
push:

0 commit comments

Comments
 (0)