Skip to content

Commit

Permalink
Adds missing setup-gauge action for release workflow (#81)
Browse files Browse the repository at this point in the history
  • Loading branch information
haroon-sheikh authored Oct 28, 2023
1 parent 9f3afdc commit 3be07ff
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ updates:
directory: "/"
schedule:
interval: monthly
- package-ecosystem: maven
- package-ecosystem: gradle
directory: "plugin/"
schedule:
interval: monthly
6 changes: 4 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,11 +17,13 @@ jobs:
with:
distribution: 'temurin'
java-version: '11'
- uses: getgauge/setup-gauge@master
with:
gauge-plugins: java, html-report, xml-report
- uses: gradle/gradle-build-action@v2
with:
gradle-version: '8.2'
- name: Build artifacts
run: ./gradlew plugin:build
- name: Upload to gradle portal
run: |
./gradlew plugin:build
./gradlew plugin:publishPlugins -Pgradle.publish.key=$GRADLE_PUBLISHKEY -Pgradle.publish.secret=$GRADLE_SECRET

0 comments on commit 3be07ff

Please sign in to comment.