Skip to content

Commit

Permalink
[CI] Test bump downstream action
Browse files Browse the repository at this point in the history
  • Loading branch information
ericdallo committed Aug 24, 2021
1 parent b750936 commit 09885c0
Showing 1 changed file with 6 additions and 7 deletions.
13 changes: 6 additions & 7 deletions .github/workflows/bump_downstreams.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,11 +14,11 @@ jobs:
steps:
- uses: actions/checkout@v2

- uses: jlesquembre/[email protected]
env:
USE_GIT_REF: false
CLOJARS_USERNAME: ${{ secrets.CLOJARS_USERNAME }}
CLOJARS_PASSWORD: ${{ secrets.CLOJARS_PASSWORD }}
# - uses: jlesquembre/[email protected]
# env:
# USE_GIT_REF: false
# CLOJARS_USERNAME: ${{ secrets.CLOJARS_USERNAME }}
# CLOJARS_PASSWORD: ${{ secrets.CLOJARS_PASSWORD }}

bump-homebrew-formula:
name: Bump Homebrew formula
Expand All @@ -33,7 +33,7 @@ jobs:
- name: Download artifacts
uses: dawidd6/action-download-artifact@v2
with:
workflow: 'Release'
workflow: release.yml
workflow_conclusion: success

- name: Get new version sha256
Expand Down Expand Up @@ -112,7 +112,6 @@ jobs:
echo "${{ secrets.CLOJURE_LSP_BOT_BREW_COMMIT_TOKEN }}" > ~/.ssh/id_rsa && chmod 600 ~/.ssh/id_rsa
git clone [email protected]:clojure-lsp/lein-clojure-lsp.git
cd lein-clojure-lsp
sed -i "s/clojure-lsp-version: .*/clojure-lsp-version: ${{ env.VERSION }}/g" README.md .github/workflows/self_check.yml .github/workflows/main.yml
sed -i 's/com\.github\.clojure-lsp\/clojure-lsp ".*"/com\.github\.clojure-lsp\/clojure-lsp "${{ env.VERSION }}"/g' project.clj
git add project.clj
git commit -m "Bump to version: ${{ env.VERSION }}"
Expand Down

0 comments on commit 09885c0

Please sign in to comment.