We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ff9a9d7 commit ec90a68Copy full SHA for ec90a68
.github/workflows/release.yml
@@ -46,6 +46,10 @@ jobs:
46
run: |
47
./gradlew publishAllPublicationsToGitHubPackagesRepository
48
echo ::set-output name=exit_code::$?
49
+ env:
50
+ GITHUB_ACTOR: ${{ github.actor }}
51
+ GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
52
+
53
54
- name: Update Javadocs
55
if: steps.deploy.outputs.exit_code == 0
gradle.properties
@@ -1,4 +1,4 @@
1
-group = org.controlsfxjabref
+group = org.jabref
2
controlsfx_version = 11.1.3-SNAPSHOT
3
fxsampler_version = 1.0.12-SNAPSHOT
4
javafx_version = 17
0 commit comments