testing action v5 #release
This commit is contained in:
@@ -28,11 +28,10 @@ jobs:
|
||||
- name: Get current tag_name
|
||||
id: get-tag
|
||||
run: |
|
||||
$TAG=& git describe --tags --abbrev=0
|
||||
echo "TAG=$TAG" >> $env:GITHUB_ENV
|
||||
echo "::set-output name=tag::$(git describe --tags --abbrev=0)"
|
||||
|
||||
- name: Use tag
|
||||
run: echo ${{ env.TAG }}
|
||||
run: echo ${{ steps.get-tag.outputs.date }}
|
||||
|
||||
# - name: Create release
|
||||
# id: create_release
|
||||
|
||||
Reference in New Issue
Block a user