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:
125125 if : steps.check-tag.outputs.create-release == 'true'
126126 run : |
127127 set -e
128- # Revert the pin on DIRACCommon so that future development can continue
129- git revert HEAD --no-edit
130128 export NEW_VERSION=${{ steps.check-tag.outputs.new-version }}
131129 echo "Pushing tagged release notes to ${GITHUB_REF#refs/heads/}"
132130 git push "origin" "${GITHUB_REF#refs/heads/}"
@@ -137,6 +135,9 @@ jobs:
137135 --version="${NEW_VERSION}" \
138136 --rev="$(git rev-parse HEAD)" \
139137 --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
140141 - name : Publish DIRACCommon to PyPI
141142 if : steps.check-tag.outputs.create-release == 'true'
142143 uses : pypa/gh-action-pypi-publish@release/v1
You can’t perform that action at this time.
0 commit comments