Fix 15
This commit is contained in:
@@ -15,17 +15,17 @@ jobs:
|
||||
#GITHUB_REF_NAME
|
||||
|
||||
|
||||
name: Publish
|
||||
run-name: ${{ gitea.actor }} is runs ci pipeline
|
||||
on:
|
||||
release:
|
||||
types: [published]
|
||||
|
||||
jobs:
|
||||
test:
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- run: echo "The release ${{ gitea.release }} was published"
|
||||
#name: Publish
|
||||
#run-name: ${{ gitea.actor }} is runs ci pipeline
|
||||
#on:
|
||||
# release:
|
||||
# types: [published]
|
||||
#
|
||||
#jobs:
|
||||
# test:
|
||||
# runs-on: ubuntu-latest
|
||||
# steps:
|
||||
# - run: echo "The release ${{ gitea.release }} was published"
|
||||
|
||||
# publish:
|
||||
# runs-on: ubuntu-latest
|
||||
|
||||
@@ -9,7 +9,7 @@ jobs:
|
||||
test:
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- run: echo "The release ${{ gitea.release }} was published"
|
||||
- run: echo "The release ${{ gitea.ref }} was published"
|
||||
|
||||
# publish:
|
||||
# runs-on: ubuntu-latest
|
||||
|
||||
Reference in New Issue
Block a user