Fix build-on-tag workflow

This commit is contained in:
Mononaut 2022-01-28 08:56:51 -06:00
parent c1c7d9e559
commit 3c553e7590

View File

@ -3,7 +3,10 @@ name: Build on push
permissions: permissions:
packages: write packages: write
on: tag on:
push:
tags:
- v*
jobs: jobs:
build: build: