diff --git a/.github/workflows/release_build.yml b/.github/workflows/release_build.yml index dd3334e..fbc6e9a 100644 --- a/.github/workflows/release_build.yml +++ b/.github/workflows/release_build.yml @@ -1,4 +1,3 @@ ---- name: Release Tag on: workflow_call: @@ -10,8 +9,8 @@ on: - master jobs: create_tag: - - name: Checkout - uses: actions/checkout@v4 + - uses: actions/checkout@v4 + - name: Create tag uses: actions/github-script@v5 with: