Skip to content

CHG: move multitile height drawing to building in preparation of new … #1010

CHG: move multitile height drawing to building in preparation of new …

CHG: move multitile height drawing to building in preparation of new … #1010

name: Update tag
on: [push]
jobs:
update-nightly:
runs-on: ubuntu-latest
permissions: write-all
steps:
- uses: actions/checkout@v4
with:
fetch-depth: 0
- name: detect revision
run: |
echo "revision=`tools/get_revision.sh`" >> $GITHUB_ENV
- name: set current head to nightly
uses: richardsimko/update-tag@v1
with:
tag_name: Nightly
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
- name: rename the release to include revision
uses: meeDamian/[email protected]
with:
token: ${{ secrets.GITHUB_TOKEN }}
tag: Nightly
name: Nightly build r${{ env.revision }}
allow_override: true