Skip to content

Commit

Permalink
fix: release action (#52)
Browse files Browse the repository at this point in the history
  • Loading branch information
NgLoader authored Oct 4, 2020
1 parent b803d33 commit f89934c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:
mvn clean package -pl orebfuscator-plugin -B --also-make -Dorebfuscator.version=$RELEASE_VERSION
mkdir dist
mv orebfuscator-plugin/target/orebfuscator-*.jar ./dist
- uses: ncipollo/release-action@v2
- uses: ncipollo/release-action@v1
with:
artifacts: "dist/*"
name: Release ${{ env.RELEASE_VERSION }}
Expand Down

0 comments on commit f89934c

Please sign in to comment.