Skip to content

Commit

Permalink
修改github action
Browse files Browse the repository at this point in the history
  • Loading branch information
stubenhuang committed Dec 5, 2024
1 parent cd1f6c2 commit 67acccc
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/publish-release.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# This workflow will build a Java project with Maven
# For more information see: https://help.github.com/actions/language-and-framework-guides/building-and-testing-java-with-maven

name: deploy iam-java-sdk jar to OSS snapshot repository
name: deploy iam-java-sdk jar to maven repository

on:
push:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/publish-snapshot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ name: deploy iam-java-sdk jar to OSS snapshot repository
on:
push:
branches:
- master
- *

jobs:
build:
Expand Down

0 comments on commit 67acccc

Please sign in to comment.