Skip to content

Commit 9085bf7

Browse files
committed
fix: workflow
1 parent e5575a0 commit 9085bf7

2 files changed

Lines changed: 16 additions & 5 deletions

File tree

.github/workflows/release.yml

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@ name: Build and Deploy
33
on:
44
push:
55
branches:
6-
- develop
7-
- main
6+
- develop # For snapshot builds
7+
- main # For release builds
88
paths-ignore:
99
- '**.md'
1010
- '.gitignore'
@@ -50,6 +50,9 @@ jobs:
5050
build-scan-terms-of-use-url: 'https://gradle.com/help/legal-terms-of-use'
5151
build-scan-terms-of-use-agree: 'yes'
5252

53+
- name: Make Gradle Wrapper Executable
54+
run: chmod +x ./gradlew
55+
5356
- name: Determine Version and Channel
5457
id: version
5558
run: |
@@ -132,4 +135,4 @@ jobs:
132135
prerelease: ${{ steps.version.outputs.CHANNEL != 'release' }}
133136
files: release-artifacts/*.jar
134137
env:
135-
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
138+
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

.idea/workspace.xml

Lines changed: 10 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)