s
This commit is contained in:
@@ -68,7 +68,7 @@ jobs:
|
|||||||
git tag ${{ steps.version.outputs.new_version }} && git push origin ${{ steps.version.outputs.new_version }} || echo "Tag already exists, skipping"
|
git tag ${{ steps.version.outputs.new_version }} && git push origin ${{ steps.version.outputs.new_version }} || echo "Tag already exists, skipping"
|
||||||
- name: Save new minor version
|
- name: Save new minor version
|
||||||
run: |
|
run: |
|
||||||
curl -sf -X PUT "https://gitea.nasvincent.com/api/v1/repos/${{ github.repository }}/actions/variables/VERSION_MINOR" \
|
curl -f -X PUT "https://gitea.nasvincent.com/api/v1/repos/${{ github.repository }}/actions/variables/VERSION_MINOR" \
|
||||||
-H "Authorization: token ${{ secrets.TOKEN }}" \
|
-H "Authorization: token ${{ secrets.TOKEN }}" \
|
||||||
-H "Content-Type: application/json" \
|
-H "Content-Type: application/json" \
|
||||||
-d "{\"value\": \"${{ steps.version.outputs.new_minor }}\"}"
|
-d "{\"value\": \"${{ steps.version.outputs.new_minor }}\"}"
|
||||||
|
|||||||
Reference in New Issue
Block a user