Skip to content

Commit b380712

Browse files
authored
Update release.yml
1 parent c3c4600 commit b380712

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,6 +62,7 @@ jobs:
6262
echo "New version: $newVersion"
6363
sed -i "s/pluginVersion=$originalVersion/pluginVersion=$newVersion/" gradle.properties
6464
65+
version=newVersion
6566
echo "release=$version" >> $GITHUB_OUTPUT
6667
echo "releasenumber=${version//[!0-9]/}" >> $GITHUB_OUTPUT
6768
@@ -127,7 +128,6 @@ jobs:
127128
with:
128129
name: plugin-files-java-${{ matrix.java }}
129130
path: build/distributions/*
130-
if-no-files-found: error
131131

132132
after_release:
133133
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)