Skip the actual tag update step gracefully until we have proper tokens set up

master
Brad Linden 2024-06-13 18:14:21 -07:00
parent b9f287815a
commit 0e1e1685d4
1 changed files with 1 additions and 0 deletions

View File

@ -16,6 +16,7 @@ jobs:
echo NIGHTLY_DATE=$(date --rfc-3339=date) >> ${GITHUB_ENV}
- name: Update Tag
uses: actions/github-script@v7.0.1
if: ${{ secrets.GITHUB_NIGHTLY_TOKEN != "" }}
with:
github-token: ${{ secrets.GITHUB_NIGHTLY_TOKEN }}
script: |