publish to microverse
All checks were successful
Publish / Build and publish (push) Successful in -1m36s
All checks were successful
Publish / Build and publish (push) Successful in -1m36s
This commit is contained in:
18
.gitea/workflows/publish.yml
Normal file
18
.gitea/workflows/publish.yml
Normal 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 }}"
|
||||
Reference in New Issue
Block a user