Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: NixOS/nix-idea
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: ff20d14e3003
Choose a base ref
...
head repository: NixOS/nix-idea
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: c7f96a1c7f50
Choose a head ref
  • 2 commits
  • 1 file changed
  • 2 contributors

Commits on Nov 5, 2020

  1. Copy the full SHA
    79be397 View commit details

Commits on Nov 6, 2020

  1. Copy the full SHA
    c7f96a1 View commit details
Showing with 2 additions and 2 deletions.
  1. +2 −2 .github/workflows/release.yml
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
@@ -34,7 +34,7 @@ jobs:
# Build
- name: Build plugin
id: gradle-build
run: ./gradlew verifyPlugin build writeMetadataFiles
run: ./gradlew --stacktrace verifyPlugin build writeMetadataFiles
# Upload artifacts
- name: Upload build reports
if: steps.gradle-build.outcome == 'success' || steps.gradle-build.outcome == 'failure'
@@ -89,4 +89,4 @@ jobs:
- name: Upload to JetBrains Marketplace
env:
JETBRAINS_TOKEN: ${{ secrets.JETBRAINS_TOKEN }}
run: ./gradlew publishPlugin
run: ./gradlew --stacktrace publishPlugin