diff --git a/.github/workflows/release-action.yml b/.github/workflows/release-action.yml index cccc7dd..e98391b 100644 --- a/.github/workflows/release-action.yml +++ b/.github/workflows/release-action.yml @@ -2,7 +2,7 @@ name: Build release on: push: tags: - - 'testv*' + - 'v*' jobs: call-test-workflow: uses: ./.github/workflows/test-workflow.yml diff --git a/.github/workflows/release-workflow.yml b/.github/workflows/release-workflow.yml index dfaf69e..7c651c4 100644 --- a/.github/workflows/release-workflow.yml +++ b/.github/workflows/release-workflow.yml @@ -35,7 +35,7 @@ jobs: with: tag_name: ${{ github.ref }} release_name: Release ${{ github.ref }} - draft: true + draft: false prerelease: false - name: Get package version id: package_version