mirror of
https://gitea.com/actions/gitea-release-action.git
synced 2025-08-10 21:55:52 +01:00
Compare commits
2 Commits
Author | SHA1 | Date | |
---|---|---|---|
![]() |
8b3b4f4429 | ||
![]() |
5951579e82 |
5
.github/workflows/publish.yml
vendored
5
.github/workflows/publish.yml
vendored
@@ -1,5 +1,8 @@
|
||||
name: Build and Publish
|
||||
|
||||
permissions:
|
||||
contents: write
|
||||
|
||||
on:
|
||||
push:
|
||||
tags:
|
||||
@@ -12,6 +15,8 @@ jobs:
|
||||
steps:
|
||||
- name: Checkout
|
||||
uses: actions/checkout@v4
|
||||
with:
|
||||
ref: 'main'
|
||||
- uses: actions/setup-node@v4
|
||||
with:
|
||||
node-version: 16
|
||||
|
Reference in New Issue
Block a user