File tree Expand file tree Collapse file tree 2 files changed +9
-4
lines changed Expand file tree Collapse file tree 2 files changed +9
-4
lines changed Original file line number Diff line number Diff line change 3636 with :
3737 fetch-tags : true
3838 fetch-depth : 0
39+ token : ${{ secrets.GH_WBS_BOT_TOKEN }}
3940
4041 - uses : ./.github/actions/setup-environment
4142 with :
6768 PROJECT_ARG="-p ${{ inputs.image_name }}"
6869 fi
6970
70- ./nx release $PROJECT_ARG $DRY_RUN_FLAG
71+ ./nx release $PROJECT_ARG $DRY_RUN_FLAG --skip-publish --verbose
72+
73+ # Temporary workaround for nx issue: https://github.com/nrwl/nx/issues/22073#
74+ if [ $? -eq 0 ] && [ -z "$DRY_RUN_FLAG" ]; then
75+ git push origin main --tags
76+ fi
77+
Original file line number Diff line number Diff line change 2121 "conventionalCommits" : true
2222 },
2323 "changelog" : {
24- "projectChangelogs" : {
25- "createRelease" : " github"
26- }
24+ "projectChangelogs" : true
2725 }
2826 },
2927 "targetDefaults" : {
You can’t perform that action at this time.
0 commit comments