debugging version
This commit is contained in:
@@ -23,6 +23,7 @@ jobs:
|
|||||||
|
|
||||||
- name: Create Git tag
|
- name: Create Git tag
|
||||||
run: |
|
run: |
|
||||||
|
echo "Tagging version ${{ steps.test.get_version.version }}"
|
||||||
git config user.name "GitHub Action"
|
git config user.name "GitHub Action"
|
||||||
git config user.email "action@github.com"
|
git config user.email "action@github.com"
|
||||||
git tag ${{ steps.test.get_version.version }}
|
git tag ${{ steps.test.get_version.version }}
|
||||||
|
|||||||
Reference in New Issue
Block a user