Skip to content

Commit

Permalink
Update deploy.yml
Browse files Browse the repository at this point in the history
1. Checkout First
  • Loading branch information
dylan-kwon committed Nov 6, 2024
1 parent 0ed0efb commit b4174f4
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,14 +9,16 @@ jobs:
runs-on: ubuntu-latest

steps:
- name: Checkout
uses: actions/checkout@v4

- name: Set up Env
run: |
VERSION_NAME=$(grep "versionName" ./version.properties | cut -d "=" -f 2)
echo "VERSION_NAME=$VERSION_NAME" >> $GITHUB_ENV
echo '${{ secrets.PUBLISH_PROPERTIES }}' | openssl base64 -d -out ./publish.properties
- name: Checkout
uses: actions/checkout@v4

- name: Set up JDK 17
uses: actions/setup-java@v4
with:
Expand Down

0 comments on commit b4174f4

Please sign in to comment.