We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e9624db commit 4c5a6d5Copy full SHA for 4c5a6d5
.github/workflows/release-abort-release.yml
@@ -77,7 +77,7 @@ jobs:
77
SVN_USERNAME: ${{ secrets.SVC_DIST_GRAILS_USERNAME }}
78
SVN_PASSWORD: ${{ secrets.SVC_DIST_GRAILS_PASSWORD }}
79
run: |
80
- export VERSION="${{ needs.publish.outputs.release_version }}"
+ export VERSION="${{ steps.release_version.outputs.value }}"
81
svnmucc --username "$SVN_USERNAME" --password "$SVN_PASSWORD" --non-interactive \
82
-m "Remove grails dev version $VERSION" \
83
rm "https://dist.apache.org/repos/dist/dev/incubator/grails/core/$VERSION"
0 commit comments