Skip to content

Commit

Permalink
change the version
Browse files Browse the repository at this point in the history
  • Loading branch information
Parisa68 committed Sep 23, 2024
1 parent 90c2e56 commit 305878e
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/package.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: Publish
on:
push:

jobs:
detect_changes:
runs-on: ubuntu-latest
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -104,6 +104,7 @@ jobs:
- name: Create GitHub release
uses: softprops/action-gh-release@v2
with:
target_commitish: ${{ github.head_ref || github.ref_name }}
token: "${{ secrets.GITHUB_TOKEN }}"
tag_name: "clearinghouse-${{ steps.version_clearinghouse.outputs.clearinghouse_version }}"
prerelease: false
Expand Down
2 changes: 1 addition & 1 deletion lib/clearinghouse/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ plugins {
}

group = "no.elixir"
version = "13.0.6"
version = "13.0.7"

repositories {
mavenCentral()
Expand Down

0 comments on commit 305878e

Please sign in to comment.