Skip to content

Commit

Permalink
Publish CI changes (#78)
Browse files Browse the repository at this point in the history
  • Loading branch information
kingster authored Aug 5, 2024
1 parent 420de85 commit 9eb53cf
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/java.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,9 +20,9 @@ jobs:
java-version: ${{ matrix.version }}
distribution: 'zulu'
cache: gradle

- name: Grant execute permission for gradlew
run: chmod +x gradlew

- name: Build with Gradle
run: ./gradlew build publishToMavenLocal -x :examples:build
- name: Build Examples
Expand Down
5 changes: 3 additions & 2 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,9 @@
name: Publish package to the Clojars
on:
workflow_dispatch:
release:
types: [ "created" ]
push:
tags:
- v*

jobs:
publish:
Expand Down

0 comments on commit 9eb53cf

Please sign in to comment.