Skip to content

Commit 4a27655

Browse files
authored
Fix the prerelease to include Rider in Q (#4246)
1 parent c046fb9 commit 4a27655

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/prerelease.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,7 @@ jobs:
9595
java-version: '17'
9696
- name: Generate artifact
9797
run: |
98-
./gradlew -PideProfileName=${{ matrix.supported_versions }} :plugin-amazonq:buildPlugin --exclude-task buildResharperPlugin
98+
./gradlew -PideProfileName=${{ matrix.supported_versions }} :plugin-amazonq:buildPlugin
9999
- name: Upload artifact
100100
uses: actions/upload-artifact@v4
101101
with:

0 commit comments

Comments
 (0)