We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1fe99df commit da846efCopy full SHA for da846ef
.github/workflows/release.yml
@@ -0,0 +1,10 @@
1
+name: Update the v1 branch when a release is published
2
+on:
3
+ release:
4
+ types: [published]
5
+jobs:
6
7
+ runs-on: ubuntu-latest
8
+ steps:
9
+ - uses: actions/checkout@v2
10
+ - run: git push origin HEAD:v1
0 commit comments