Skip to content

Commit

Permalink
Revert "Try running JBang script directly"
Browse files Browse the repository at this point in the history
This reverts commit 3866314.
  • Loading branch information
jponge committed Aug 31, 2023
1 parent 3866314 commit a8ab0ab
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
Empty file modified .build/PreRelease.java
100755 → 100644
Empty file.
2 changes: 1 addition & 1 deletion .build/setup-jbang.sh
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/bin/bash

curl -s "https://get.sdkman.io" | bash
source ~/.sdkman/bin/sdkman-init.sh && sdk install jbang
source ~/.sdkman/bin/sdkman-init.sh && sdk install jbang && echo "👍"
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ jobs:

# Preparation steps
- name: Run pre-release checks
run: .build/PreRelease.java --token=${{ secrets.GITHUB_TOKEN }} --release-version=${{ github.event.inputs.version }}
run: jbang .build/PreRelease.java --token=${{ secrets.GITHUB_TOKEN }} --release-version=${{ github.event.inputs.version }}
- name: Bump to the release version
run: .build/bump-to-release-version.sh
- name: Check that the project builds (no tests)
Expand Down

0 comments on commit a8ab0ab

Please sign in to comment.