Skip to content

Commit

Permalink
Update publish-nightly.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
StaehliJ authored Jul 25, 2023
1 parent 7ed916f commit 4723941
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/publish-nightly.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,6 @@ jobs:
DEMO_KEY_PASSWORD: ${{ secrets.KEY_PASSWORD }}
USERNAME: ${{ github.actor }}
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
CI: ${{ github.ci }}

steps:
- uses: actions/checkout@v3
Expand All @@ -63,8 +62,7 @@ jobs:
echo "ref ${GITHUB_REF}"
echo "refname ${GITHUB_REF_NAME}"
echo "refname ${GITHUB_REF_TYPE}"
echo "CI ${{ github.ci }} or ${GITHUB_CI}"
echo "Env.CI $${CI}
echo "CI ${{ env.CI }}"
- name: Set up JDK 17
uses: actions/setup-java@v3
with:
Expand Down

0 comments on commit 4723941

Please sign in to comment.