mirror of
https://github.com/tachiyomiorg/tachiyomi-extensions-inspector.git
synced 2025-01-12 08:49:08 +01:00
[RELEASE CI] test new release
This commit is contained in:
parent
fe6568b82c
commit
7959ba2664
12
.github/workflows/publish.yml
vendored
12
.github/workflows/publish.yml
vendored
@ -82,12 +82,22 @@ jobs:
|
|||||||
draft: false
|
draft: false
|
||||||
prerelease: true
|
prerelease: true
|
||||||
|
|
||||||
|
- name: Get the Ref
|
||||||
|
id: get-ref
|
||||||
|
uses: ankitvgupta/ref-to-tag-action@master
|
||||||
|
with:
|
||||||
|
ref: ${{ github.ref }}
|
||||||
|
head_ref: ${{ github.head_ref }}
|
||||||
|
|
||||||
|
- name: Get the tag
|
||||||
|
run: echo "The tag was ${{ steps.get-ref.outputs.tag }}"
|
||||||
|
|
||||||
- name: Upload Release
|
- name: Upload Release
|
||||||
uses: AButler/upload-release-assets@v2.0
|
uses: AButler/upload-release-assets@v2.0
|
||||||
with:
|
with:
|
||||||
files: 'master/repo/*'
|
files: 'master/repo/*'
|
||||||
repo-token: ${{ secrets.GITHUB_TOKEN }}
|
repo-token: ${{ secrets.GITHUB_TOKEN }}
|
||||||
release-tag: ${{ github.ref }}
|
release-tag: ${{ steps.get-ref.outputs.tag }}
|
||||||
|
|
||||||
# - name: Checkout repo branch
|
# - name: Checkout repo branch
|
||||||
# if: github.event_name == 'push' && github.repository == 'AriaMoradi/Tachidesk'
|
# if: github.event_name == 'push' && github.repository == 'AriaMoradi/Tachidesk'
|
||||||
|
Loading…
x
Reference in New Issue
Block a user