mirror of
https://gitea.com/actions/gitea-release-action.git
synced 2025-02-21 09:14:04 +01:00
fix: always update main branch
This commit is contained in:
parent
74c59ef00c
commit
5951579e82
1 changed files with 2 additions and 0 deletions
2
.github/workflows/publish.yml
vendored
2
.github/workflows/publish.yml
vendored
|
@ -12,6 +12,8 @@ jobs:
|
|||
steps:
|
||||
- name: Checkout
|
||||
uses: actions/checkout@v4
|
||||
with:
|
||||
ref: 'main'
|
||||
- uses: actions/setup-node@v4
|
||||
with:
|
||||
node-version: 16
|
||||
|
|
Loading…
Add table
Reference in a new issue