Skip to content

Commit

Permalink
fix: move publish script to root dir
Browse files Browse the repository at this point in the history
  • Loading branch information
2BAB committed Apr 18, 2021
1 parent 8bc4429 commit c32be78
Show file tree
Hide file tree
Showing 5 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
- name: Build & Release Seal plugin to Maven Central
run: cd seal/ | chmod +x ./publish.sh | ./publish.sh
run: chmod +x ./publish.sh | ./publish.sh
env:
SIGNING_KEY_ID: ${{ secrets.SIGNING_KEY_ID }}
SIGNING_PASSWORD: ${{ secrets.SIGNING_PASSWORD }}
Expand Down
1 change: 1 addition & 0 deletions publish.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
./gradlew clean :seal:plugin:publishSealPluginPublicationToSonatypeRepository :seal:plugin:releaseArtifactsToGithub
1 change: 1 addition & 0 deletions publish_to_local.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
./gradlew clean :seal:plugin:assemble :seal:plugin:publishToMavenLocal
1 change: 0 additions & 1 deletion seal/publish.sh

This file was deleted.

1 change: 0 additions & 1 deletion seal/publish_to_local.sh

This file was deleted.

0 comments on commit c32be78

Please sign in to comment.