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 63f8955 commit bfb937aCopy full SHA for bfb937a
.github/workflows/release-candidate.yml
@@ -40,6 +40,7 @@ jobs:
40
GH_TOKEN: ${{ secrets.VERSION_BUMP_TOKEN }}
41
- name: Merge back changes
42
run: |
43
+ git stash
44
git checkout develop
45
git pull origin develop
46
git merge master
.github/workflows/release.yml
@@ -53,6 +53,7 @@ jobs:
53
allow_override: true
54
55
56
57
58
59
0 commit comments