diff --git a/.github/workflows/create-release.yml b/.github/workflows/create-release.yml index 483ef46..a24a95c 100644 --- a/.github/workflows/create-release.yml +++ b/.github/workflows/create-release.yml @@ -5,12 +5,10 @@ on: tags: - 'v*' jobs: - build: - name: Create Release + release: + name: Create Release by tag ${GITHUB_REF_NAME#v} runs-on: ubuntu-latest steps: - - name: Checkout code - uses: actions/checkout@v3 - name: Create Release env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}