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