2 Commits

Author SHA1 Message Date
Akkuman
8b3b4f4429 fix: Add permission for workflow 2023-12-04 10:24:41 +08:00
Akkuman
5951579e82 fix: always update main branch 2023-12-04 10:21:17 +08:00

View File

@@ -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