Skip to content

Commit

Permalink
Fix release VERSION_EXTRACT_PATTERN (#3)
Browse files Browse the repository at this point in the history
  • Loading branch information
eygraber committed Sep 18, 2023
1 parent 9b51b38 commit 5ddd076
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish_release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ on:

env:
VERSION_FILE: gradle.properties
VERSION_EXTRACT_PATTERN: '(?<=VERSION_NAME=).+'
VERSION_EXTRACT_PATTERN: '(?<=version=).+'
GH_USER_NAME: github.actor
GRADLE_OPTS: -Dorg.gradle.daemon=false -Dkotlin.incremental=false -Dorg.gradle.jvmargs="-Xmx4g -Xms512m -XX:+HeapDumpOnOutOfMemoryError -Dfile.encoding=UTF-8 -XX:MaxMetaspaceSize=1024m"

Expand Down

0 comments on commit 5ddd076

Please sign in to comment.