Unverified Commit 7e3d7aa0 authored by owaisrazi1012's avatar owaisrazi1012 Committed by GitHub

Update ci.yml

parent fd09517e
......@@ -51,3 +51,12 @@ jobs:
echo $version + 0.1 | bc > version.txt
version=$(cat version.txt)
curl -u ${{ secrets.JFROG_USER }} -T grafonnet.tar.gz "https://grafanaascode.jfrog.io/artifactory/temp123-generic/grafonnet/$version/grafonnet.tar.gz"
- uses: EndBug/add-and-commit@v9 # You can change this to use a specific version.
with:
add: 'version.txt'
commit: --message "updating version"
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment