This commit is contained in:
parent
16efd6a333
commit
b5b465c1fa
@ -28,8 +28,7 @@ jobs:
|
|||||||
|
|
||||||
- name: Create version file
|
- name: Create version file
|
||||||
run: |
|
run: |
|
||||||
TAG="${{ github.ref/refs\/tags\// }}"
|
echo ${{ github.ref/refs\/tags\// }} > versionagent.txt
|
||||||
echo "$TAG" > versionagent.txt
|
|
||||||
aws --endpoint-url=http://${{ secrets.AWS_HOST }} s3 cp ./versionagent.txt s3://doc
|
aws --endpoint-url=http://${{ secrets.AWS_HOST }} s3 cp ./versionagent.txt s3://doc
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user