Skip to content

Commit

Permalink
sync maven
Browse files Browse the repository at this point in the history
  • Loading branch information
guoshiqiufeng committed Feb 2, 2024
1 parent 356cd69 commit 607baac
Showing 1 changed file with 26 additions and 0 deletions.
26 changes: 26 additions & 0 deletions .github/workflows/sync.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,26 @@
name: "Sync Maven"
on:
push:
branches:
- main
# 手动触发部署
workflow_dispatch:
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Set up Maven
uses: stCarolas/[email protected]
with:
maven-version: 3.9.5
- uses: guoshiqiufeng/github-action-sync-maven@v1
with:
repositories: 'https://maven.aliyun.com/repository/public'
dependenciesJson: '[
{"groupId":"io.github.guoshiqiufeng", "artifactId":"loki-bom", "version":"0.8.1"}
,{"groupId":"io.github.guoshiqiufeng", "artifactId":"loki-spring-boot-starter", "version":"0.8.1"}
,{"groupId":"io.github.guoshiqiufeng", "artifactId":"loki-spring-boot-starter-kafka", "version":"0.8.1"}
,{"groupId":"io.github.guoshiqiufeng", "artifactId":"loki-spring-boot-starter-redis", "version":"0.8.1"}
,{"groupId":"io.github.guoshiqiufeng", "artifactId":"loki-spring-boot-starter-rocketmq-remoting", "version":"0.8.1"}
,{"groupId":"io.github.guoshiqiufeng", "artifactId":"loki-spring-boot-starter-rocketmq", "version":"0.8.1"}
]'

0 comments on commit 607baac

Please sign in to comment.