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 e11559d commit 06515eeCopy full SHA for 06515ee
.github/workflows/release.yml
@@ -41,6 +41,7 @@ jobs:
41
git config --local user.name "GitHub Action"
42
git commit -m "e set SNAPSHOT version" -a || echo "nothing to commit"
43
git checkout -b temp
44
+ git fetch
45
git checkout master
46
git merge temp
47
remote="https://${GITHUB_ACTOR}:${{secrets.GITHUB_TOKEN}}@github.com/${GITHUB_REPOSITORY}.git"
0 commit comments