Skip to content

Commit

Permalink
🐛 :: (#2) GPG signed key open failed 수정
Browse files Browse the repository at this point in the history
  • Loading branch information
smoothbear committed May 27, 2021
1 parent 43d0444 commit 29aa5a4
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/commands/deploy.sh
Original file line number Diff line number Diff line change
Expand Up @@ -13,12 +13,12 @@ echo "🚀 Preparing to deploy..."
echo "🔑 Decrypting files..."

gpg --quiet --batch --yes --decrypt --passphrase="${GPG_SECRET}" \
--output golo-dev-sign.asc .github/workflows/commands/gpg/golo-dev-sign.asc.gpg
--output golo-dev-sign.asc .build/golo-dev-sign.asc.gpg

gpg --quiet --batch --yes --decrypt --passphrase="${GPG_SECRET}" \
--output gradle.properties .github/workflows/commands/gpg/gradle.properties.gpg
--output gradle.properties .build/gradle.properties.gpg

gpg --fast-import --no-tty --batch --yes .github/workflows/commands/gpg/golo-dev-sign.asc
gpg --fast-import --no-tty --batch --yes golo-dev-sign.asc

echo "📦 Publishing..."

Expand Down
Empty file.
2 changes: 1 addition & 1 deletion lib/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ plugins {
}

group 'io.github.team-xquare'
version '0.0.14'
version '0.0.15'

repositories {
mavenCentral()
Expand Down

0 comments on commit 29aa5a4

Please sign in to comment.