Update main.yml

This commit is contained in:
Koen Eijkemans 2020-07-04 17:19:30 +02:00 committed by GitHub
parent 0682631bc0
commit a658a48113
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -9,6 +9,6 @@ jobs:
steps: steps:
- name: Get version - name: Get version
id: getversion id: getversion
uses: diligencia/sementantic-git-version-action@v0.1 uses: diligencia/sementantic-git-version-action@master
- name: Echo name - name: Echo name
run: echo "The name of the branch is ${{ steps.hello.outputs.branchname }}" run: echo "The name of the branch is ${{ steps.hello.outputs.branchname }}"