Skip to content

Commit

Permalink
add pull request flag
Browse files Browse the repository at this point in the history
  • Loading branch information
MO2k4 authored May 7, 2024
1 parent bf3e74b commit 2e004c4
Showing 1 changed file with 1 addition and 14 deletions.
15 changes: 1 addition & 14 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,17 +34,4 @@ jobs:
run: ./gradlew publishPlugin
env:
PublishKey: ${{ secrets.PublishKey }}

# - name: Publish plugins
# shell: bash
# working-directory: ./output
# run: |
# RESHARPER_FILENAME=$(ls -m *.nupkg)
# RIDER_FILENAME=$(ls -m *.zip)

# echo "Upload resharper plugin - $RESHARPER_FILENAME"
# curl -i --header "Authorization: Bearer ${{ secrets.PublishKey }}" -F pluginId=11677 -F file=@$RESHARPER_FILENAME -F channel=stable https://plugins.jetbrains.com/plugin/uploadPlugin --fail --silent --show-error

# echo "Upload rider plugin - $RIDER_FILENAME"
# curl -i --header "Authorization: Bearer ${{ secrets.PublishKey }}" -F pluginId=12924 -F file=@$RIDER_FILENAME -F channel=stable https://plugins.jetbrains.com/plugin/uploadPlugin --fail --silent --show-error
# if: github.event_name != 'pull_request'
if: github.event_name != 'pull_request'

0 comments on commit 2e004c4

Please sign in to comment.