File tree Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -125,8 +125,6 @@ jobs:
125
125
if : steps.check-tag.outputs.create-release == 'true'
126
126
run : |
127
127
set -e
128
- # Revert the pin on DIRACCommon so that future development can continue
129
- git revert HEAD --no-edit
130
128
export NEW_VERSION=${{ steps.check-tag.outputs.new-version }}
131
129
echo "Pushing tagged release notes to ${GITHUB_REF#refs/heads/}"
132
130
git push "origin" "${GITHUB_REF#refs/heads/}"
@@ -137,6 +135,9 @@ jobs:
137
135
--version="${NEW_VERSION}" \
138
136
--rev="$(git rev-parse HEAD)" \
139
137
--release-notes-fn="release.notes.new"
138
+ # Revert the pin on DIRACCommon so that future development can continue
139
+ git revert HEAD --no-edit
140
+ git push
140
141
- name : Publish DIRACCommon to PyPI
141
142
if : steps.check-tag.outputs.create-release == 'true'
142
143
uses : pypa/gh-action-pypi-publish@release/v1
You can’t perform that action at this time.
0 commit comments