Skip to content

Commit 263d37f

Browse files
authored
Update release.yml
1 parent 56bcfdc commit 263d37f

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/release.yml

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

33
on:
4+
workflow_dispatch:
45
push:
56
tags:
67
- v*.*.*
8+
79
jobs:
810
release:
911
runs-on: ubuntu-latest
1012
steps:
1113
- uses: actions/checkout@v4
1214
- name: Release Gem
13-
uses: cadwallion/publish-rubygems-action@d9474d9633f4674e59afb0c343f2dafe25181328
15+
uses: cadwallion/publish-rubygems-action@94a6f4cd5350581749c569b5001eecc864e3ad0b
1416
env:
1517
RUBYGEMS_API_KEY: ${{ secrets.RUBYGEMS_API_KEY }}
1618
RELEASE_COMMAND: rake release

0 commit comments

Comments
 (0)