Skip to content

Commit efb7f6f

Browse files
committed
update workflow
1 parent b38a619 commit efb7f6f

File tree

1 file changed

+3
-11
lines changed

1 file changed

+3
-11
lines changed

.github/workflows/release.yaml

Lines changed: 3 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -21,9 +21,9 @@ jobs:
2121
uses: actions/checkout@v2
2222
- uses: coursier/cache-action@v6
2323

24-
- name: compile for ${{ matrix.os }}
24+
- name: test for ${{ matrix.os }}
2525
run: |
26-
./sbt compile
26+
./sbt test
2727
2828
- uses: graalvm/setup-graalvm@v1
2929
if: ${{ startsWith(github.ref, 'refs/tags/') }}
@@ -62,12 +62,4 @@ jobs:
6262
file: target/graalvm-native-image/scala-interactive-update
6363
asset_name: ${{ matrix.artifact-name }}
6464
overwrite: true
65-
tag: ${{ github.ref }}
66-
67-
- name: Update Homebrew Formula
68-
uses: izumin5210/action-homebrew-tap@releases/v0
69-
if: startsWith(github.ref, 'refs/tags)/')
70-
with:
71-
tap: kitlangton/homebrew-scala-interactive-update
72-
token: ${{ secrets.GITHUB_TOKEN }}
73-
tap-token: ${{ secrets.GITHUB_TOKEN }}
65+
tag: ${{ github.ref }}

0 commit comments

Comments
 (0)