Compare commits
1 Commits
p1.0.21
...
prerelease
| Author | SHA1 | Date | |
|---|---|---|---|
| 8e0295b8a4 |
@@ -21,10 +21,9 @@ jobs:
|
|||||||
ref: prerelease
|
ref: prerelease
|
||||||
#&& echo "RELEASE_MESSAGE=${ git tag -l --format='%(contents:subject)' 'RELEASE_VERSION' }" >> $GITEA_ENV
|
#&& echo "RELEASE_MESSAGE=${ git tag -l --format='%(contents:subject)' 'RELEASE_VERSION' }" >> $GITEA_ENV
|
||||||
- name: Test
|
- name: Test
|
||||||
run: |
|
run: echo "TAG_MESSAGE=$(git tag -l --format='%(contents:subject)' ${{ gitea.ref_name }})" >> $GITEA_ENV
|
||||||
echo "TAG_MESSAGE=$(git tag -l --format='%(contents:subject)' ${{ gitea.ref_name }})" >> $GITEA_ENV
|
- name: Test2
|
||||||
#- name: Test2
|
run: echo " ${{ gitea.env.TAG_MESSAGE }}"
|
||||||
# run: echo "RELEASE_MESSAGE=${git tag -l --format='%(contents:subject)' $RELEASE_VERSION}" >> $GITEA_ENV
|
|
||||||
- name: Setup dotnet
|
- name: Setup dotnet
|
||||||
uses: actions/setup-dotnet@v1
|
uses: actions/setup-dotnet@v1
|
||||||
with:
|
with:
|
||||||
|
|||||||
Reference in New Issue
Block a user