Skip to content

Update to 1.20.4

Update to 1.20.4 #5

Workflow file for this run

name: Release
on:
push:
tags:
- "v*"
jobs:
build:
if: |
!contains(github.event.head_commit.message, '[ciskip]')
uses: nanite/workflows/.github/workflows/standard-arch-release.yml@v1
secrets:
nanite-token: ${{ secrets.NANITE_DEPLOY }}
curse-token: ${{ secrets.CURSE_DEPLOY }}