Compare commits
1 Commits
v1.0.5
...
888cae3db2
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
888cae3db2 |
@@ -10,12 +10,12 @@ jobs:
|
||||
runs-on: ubuntu-latest
|
||||
|
||||
steps:
|
||||
- uses: actions/checkout@v3
|
||||
- uses: actions/checkout@v4
|
||||
with:
|
||||
fetch-depth: 0
|
||||
|
||||
- name: Create Gitea Release
|
||||
uses: gitea.com/actions/gitea-release-action@main
|
||||
uses: akkuman/gitea-release-action@v1
|
||||
with:
|
||||
token: ${{ secrets.GITEA_TOKEN }}
|
||||
tag_name: ${{ gitea.ref_name }}
|
||||
|
||||
Reference in New Issue
Block a user