Skip to content

Commit

Permalink
Try running JBang script directly
Browse files Browse the repository at this point in the history
  • Loading branch information
jponge committed Aug 31, 2023
1 parent 4dfedaa commit 3866314
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
Empty file modified .build/PreRelease.java
100644 → 100755
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 && echo "👍"
source ~/.sdkman/bin/sdkman-init.sh && sdk install jbang
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: jbang .build/PreRelease.java --token=${{ secrets.GITHUB_TOKEN }} --release-version=${{ github.event.inputs.version }}
run: .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 3866314

Please sign in to comment.