We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 382d786 commit 3a77c29Copy full SHA for 3a77c29
.github/workflows/release.yml
@@ -18,3 +18,7 @@ jobs:
18
with:
19
ruby-version: '3.3'
20
- run: ruby release.rb
21
+ # The same as the update-v1-branch.yml workflow.
22
+ # That workflow is not triggered by the release created above because of
23
+ # https://docs.github.com/en/actions/security-guides/automatic-token-authentication#using-the-github_token-in-a-workflow
24
+ - run: git push origin HEAD:v1
.github/workflows/update-v1-branch.yml
@@ -1,4 +1,4 @@
1
-name: Update the v1 branch when a release is published
+name: Update the v1 branch when a release is published manually
2
on:
3
release:
4
types: [published]
0 commit comments