Skip to content

Commit 4c5a6d5

Browse files
committed
[skip ci] ci: only delete version folder and not the project folder
1 parent e9624db commit 4c5a6d5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release-abort-release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ jobs:
7777
SVN_USERNAME: ${{ secrets.SVC_DIST_GRAILS_USERNAME }}
7878
SVN_PASSWORD: ${{ secrets.SVC_DIST_GRAILS_PASSWORD }}
7979
run: |
80-
export VERSION="${{ needs.publish.outputs.release_version }}"
80+
export VERSION="${{ steps.release_version.outputs.value }}"
8181
svnmucc --username "$SVN_USERNAME" --password "$SVN_PASSWORD" --non-interactive \
8282
-m "Remove grails dev version $VERSION" \
8383
rm "https://dist.apache.org/repos/dist/dev/incubator/grails/core/$VERSION"

0 commit comments

Comments
 (0)