From fd12dfcf5292644c27155e1a960e8d618502dbce Mon Sep 17 00:00:00 2001 From: syaiful-aa Date: Fri, 28 Jun 2024 17:21:33 +0700 Subject: [PATCH] upp --- .github/workflows/exp.yml | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/.github/workflows/exp.yml b/.github/workflows/exp.yml index 531e7db..192c2aa 100644 --- a/.github/workflows/exp.yml +++ b/.github/workflows/exp.yml @@ -44,8 +44,7 @@ jobs: -H "Authorization: Bearer ${{ secrets.GITHUB_TOKEN }}" \ -H "X-GitHub-Api-Version: 2022-11-28" \ https://api.github.com/repos/syaiful-aa/quick_math/git/tags \ - -d @- <<'EOF' - { + -d { "tag":"v2.5.1", "message":"initial version", "object":"b0894005c70be201673dd17f699fa3a5d576241c", @@ -55,5 +54,4 @@ jobs: "name": "GitHub Action", "email": "action@github.com", } - } - EOF \ No newline at end of file + } \ No newline at end of file