This commit is contained in:
parent
e409308795
commit
064967ba9e
@ -2,8 +2,8 @@ name: Flutter Schmutter
|
|||||||
|
|
||||||
on:
|
on:
|
||||||
push:
|
push:
|
||||||
#branches:
|
branches:
|
||||||
# - master
|
- master
|
||||||
tags:
|
tags:
|
||||||
- 'v*'
|
- 'v*'
|
||||||
|
|
||||||
@ -41,13 +41,14 @@ jobs:
|
|||||||
release:
|
release:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
#needs: build
|
#needs: build
|
||||||
|
#if: gitea.event == 'release'
|
||||||
#if: startsWith(gitea.ref, 'refs/tags/v')
|
#if: startsWith(gitea.ref, 'refs/tags/v')
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
- name: Debugging Informationen
|
- name: Debugging Informationen
|
||||||
run: |
|
run: |
|
||||||
echo "Gitea Ref: ${{ gitea.ref }}"
|
echo "Gitea Ref: ${{ gitea.ref }}"
|
||||||
echo "Gitea Event: ${{ gitea.event }}"
|
echo "Gitea Event: ${{ gitea.event_name }}"
|
||||||
|
|
||||||
#- name: checkout code
|
#- name: checkout code
|
||||||
# uses: actions/checkout@v4
|
# uses: actions/checkout@v4
|
||||||
|
Loading…
x
Reference in New Issue
Block a user