File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed
Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change 9696 uses : micronaut-projects/github-actions/export-gradle-properties@master
9797 - name : LATEST_TAG
9898 run : |
99- echo "LATEST_TAG=$(curl -s -L -H 'Accept: application/vnd.github+json' -H 'Authorization: token ${{ secrets.GITHUB_TOKEN }}' -H ' X-GitHub-Api-Version: 2022-11-28' https://api.github.com/repos/${{ github.repository }}/releases/latest | jq -r '.tag_name')" >> $GITHUB_ENV
99+ echo "LATEST_TAG=$(curl -s -L -H 'Accept: application/vnd.github+json' -H 'X-GitHub-Api-Version: 2022-11-28' https://api.github.com/repos/${{ github.repository }}/releases/latest | jq -r '.tag_name')" >> $GITHUB_ENV
100100 - name : Publish to Github Pages
101101 if : success()
102102 uses : micronaut-projects/github-pages-deploy-action@master
You can’t perform that action at this time.
0 commit comments