Skip to content

Commit

Permalink
fix(cicd): rename jobs
Browse files Browse the repository at this point in the history
  • Loading branch information
tamasfe committed Mar 3, 2021
1 parent f852336 commit 55b1904
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -311,7 +311,7 @@ jobs:
VSCE_TOKEN: ${{ secrets.VSCE_TOKEN }}

publish_lsp:
name: Publish Taplo Crate
name: Publish Taplo LSP
needs: test
if: github.event_name == 'push' && contains(github.ref, 'refs/tags/release-lsp-')
runs-on: ubuntu-latest
Expand Down Expand Up @@ -353,7 +353,7 @@ jobs:
CRATES_IO_TOKEN: ${{ secrets.CRATES_IO_TOKEN }}

publish_js_lsp:
name: Publish Js Lib
name: Publish Js LSP
if: github.event_name == 'push' && contains(github.ref, 'refs/tags/release-js-lsp-')
runs-on: ubuntu-latest
steps:
Expand Down

0 comments on commit 55b1904

Please sign in to comment.