publish to microverse
All checks were successful
Publish / Build and publish (push) Successful in -1m36s

This commit is contained in:
2025-10-30 21:22:06 -05:00
parent 6e1f1305f8
commit f044a818d2

View File

@@ -0,0 +1,18 @@
name: Publish
on:
push:
branches:
- master
jobs:
build:
runs-on: ubuntu-latest
name: Build and publish
permissions:
contents: read
steps:
- name: Build and publish
uses: https://git.sanin.dev/packages/build-publish-action@master
with:
username: "${{ secrets.USERNAME }}"
token: "${{ secrets.TOKEN }}"