Compare commits
6 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 27a13700e6 | |||
| 636b9941bd | |||
| 88de705b44 | |||
| 62a4ad0954 | |||
| 230dc91af4 | |||
| 83cc04ea80 |
@@ -2,14 +2,14 @@ name: release
|
||||
|
||||
on:
|
||||
push:
|
||||
tags:
|
||||
- '*'
|
||||
branches:
|
||||
- main # Or your desired branch
|
||||
|
||||
jobs:
|
||||
checkout:
|
||||
runs-on: fedora-cloud-42:docker://node:16-buster
|
||||
|
||||
runs-on: fedora-cloud-42
|
||||
# container: git.phyllo.me/roots/fedora-runner-image:42
|
||||
steps:
|
||||
- uses: https://git.phyllo.me/actions/checkout@v4
|
||||
- uses: checkout@v6
|
||||
with:
|
||||
fetch-depth: 0
|
||||
Reference in New Issue
Block a user