Skip to content

Commit 40d655f

Browse files
committed
rm signing from dry run
1 parent 42b27af commit 40d655f

File tree

1 file changed

+1
-18
lines changed

1 file changed

+1
-18
lines changed

.github/workflows/main.yml

Lines changed: 1 addition & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -78,22 +78,5 @@ jobs:
7878
java-version: '17'
7979
distribution: 'temurin'
8080

81-
- name: Decode SIGNING_KEY_BASE64 and Set SIGNING_KEY
82-
shell: bash
83-
run: |
84-
echo "${{ secrets.SIGNING_KEY_BASE64 }}" | base64 -d > decoded_signing_key.asc
85-
echo "::add-mask::$(cat decoded_signing_key.asc)"
86-
echo "SIGNING_KEY=$(cat decoded_signing_key.asc)" >> $GITHUB_ENV
87-
rm decoded_signing_key.asc
88-
8981
- name: Dry Run Release
90-
env:
91-
SIGNING_KEY: ${{ env.SIGNING_KEY }}
92-
SIGNING_PASSWORD: ${{ secrets.SIGNING_PASSWORD }}
93-
run: ./gradlew clean assembleBundle -info --stacktrace
94-
95-
- name: Publish Release Artifacts
96-
uses: actions/upload-artifact@v4
97-
with:
98-
name: dry-run-release
99-
path: build/distributions/**/*
82+
run: ./gradlew clean assembleBundle --stacktrace

0 commit comments

Comments
 (0)