Skip to content

Commit

Permalink
[bot] synced local '.github/workflows/deploy_to_clojars.yml' with rem…
Browse files Browse the repository at this point in the history
…ote 'sources/github-actions/workflows/deploy_to_clojars.yml'

Sourced from: https://github.com/Wall-Brew-Co/rebroadcast
  • Loading branch information
WallBrewBot committed May 4, 2024
1 parent 9709aac commit 0b5fbb5
Showing 1 changed file with 8 additions and 3 deletions.
11 changes: 8 additions & 3 deletions .github/workflows/deploy_to_clojars.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,13 @@ jobs:
${{ runner.os }}-clj
- name: Install Clojure dependencies
run: |
lein deps && lein project-version
run: lein deps

- name: Validate Changelog Status
run: lein sealog check

- name: Display Version
run: lein sealog version

- name: Run sanity tests
run: lein test
Expand All @@ -42,7 +47,7 @@ jobs:

- name: Resolve version
id: versionchk
run: echo "::set-output name=VERSION::$(lein project-version)"
run: echo "VERSION=$(lein sealog version project.clj | tail -n 1)" >> $GITHUB_OUTPUT

- name: Push Tag
uses: hole19/[email protected]
Expand Down

0 comments on commit 0b5fbb5

Please sign in to comment.