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 c3c4600 commit b380712Copy full SHA for b380712
.github/workflows/release.yml
@@ -62,6 +62,7 @@ jobs:
62
echo "New version: $newVersion"
63
sed -i "s/pluginVersion=$originalVersion/pluginVersion=$newVersion/" gradle.properties
64
65
+ version=newVersion
66
echo "release=$version" >> $GITHUB_OUTPUT
67
echo "releasenumber=${version//[!0-9]/}" >> $GITHUB_OUTPUT
68
@@ -127,7 +128,6 @@ jobs:
127
128
with:
129
name: plugin-files-java-${{ matrix.java }}
130
path: build/distributions/*
- if-no-files-found: error
131
132
after_release:
133
runs-on: ubuntu-latest
0 commit comments