mirror of
https://github.com/ruby/setup-ruby.git
synced 2026-09-13 14:34:21 +02:00
Add a workflow to automatically bump the v1 branch when publishing a release
This commit is contained in:
@@ -0,0 +1,10 @@
|
||||
name: Update the v1 branch when a release is published
|
||||
on:
|
||||
release:
|
||||
types: [published]
|
||||
jobs:
|
||||
release:
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- uses: actions/checkout@v2
|
||||
- run: git push origin HEAD:v1
|
||||
Reference in New Issue
Block a user