File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 4747 runs-on : ubuntu-latest
4848 if : |
4949 github.event.pull_request.merged == true
50- needs : [ ' ReleaseDryRun' ]
50+ needs : [ ReleaseDryRun ]
5151 permissions :
5252 contents : write # to be able to publish a GitHub release
5353 outputs :
@@ -88,19 +88,19 @@ jobs:
8888 git config --global user.email "<>"
8989 git config --global user.name "CI Build"
9090 git commit -am "Update ${FILE_CHANGELOG} and ${FILE_MODULE} for new version ${VERSION}"
91- # git push origin ${BRANCH_TO_RELEASE}
91+ echo FIXME git push origin ${BRANCH_TO_RELEASE}
9292
9393 echo ========== tag ==========
9494 git tag -f -a "${TAG_PREFIX}${VERSION}" -m "Release ${TAG_PREFIX}/v${VERSION}"
95- # git push origin "${TAG_PREFIX}${VERSION}" -f
95+ echo FIXME git push origin "${TAG_PREFIX}${VERSION}" -f
9696 echo "✅ Done."
9797 else
9898 echo "❎ SKIPPED."
9999 fi
100100
101101 MergeToMain :
102102 runs-on : ubuntu-latest
103- needs : [ ' Release' ]
103+ needs : [ Release ]
104104 permissions :
105105 pull-requests : write # to be able to create PRs or comment on released PRs
106106 steps :
You can’t perform that action at this time.
0 commit comments