Skip the actual tag update step gracefully until we have proper tokens set up
parent
b9f287815a
commit
0e1e1685d4
|
|
@ -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: |
|
||||
|
|
|
|||
Loading…
Reference in New Issue