Skip to content

Commit e6923fd

Browse files
committed
Fix typo in release job
1 parent 2078995 commit e6923fd

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/release.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@ name: Release
33
on:
44
release:
55
types: [published]
6+
workflow_dispatch:
67

78
jobs:
89
release:
@@ -12,7 +13,7 @@ jobs:
1213
id-token: write
1314
runs-on: ubuntu-latest
1415
steps:
15-
- uses: actions/checout@v4
16+
- uses: actions/checkout@v4
1617
- uses: ruby/setup-ruby@v1
1718
with:
1819
bundler-cache: true

0 commit comments

Comments
 (0)