Compare commits

..

No commits in common. "v1.0.2a" and "main" have entirely different histories.

View File

@ -1,24 +0,0 @@
on:
push:
tags:
- 'v*'
name: create release
jobs:
build:
name: create release
runs-on: ubuntu-latest
steps:
- name: checkout code
uses: actions/checkout@v2
- name: create the release
id: create_release
uses: actions/create-release@v1
env:
GITEA_TOKEN: ${{ secrets.PAT }}
GITHUB_TOKEN: ${{ secrets.PAT }}
with:
tag_name: ${{ gitea.ref }}
release_name: release ${{ gitea.ref }}
body: |
releasing ${{ gitea.ref }} for ${{ gitea.repository }}
make_latest: true