diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index 2d30579..19b905d 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -29,7 +29,7 @@ jobs: uses: mindsers/changelog-reader-action@v2 with: validation_level: warn - version: ${{ env.PLUGIN_VERSION }} + version: ${{ env.RELEASE_VERSION }} path: ./CHANGELOG.md - name: 🚀 Create Release id: create_release @@ -37,8 +37,8 @@ jobs: env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} with: - tag_name: v${{ env.PLUGIN_VERSION }} - name: ${{ env.PLUGIN_VERSION }} + tag_name: v${{ env.RELEASE_VERSION }} + name: ${{ env.RELEASE_VERSION }} draft: true prerelease: false generate_release_notes: false diff --git a/src/Directory.Build.props b/src/Directory.Build.props index c3e4be1..39b6320 100644 --- a/src/Directory.Build.props +++ b/src/Directory.Build.props @@ -3,6 +3,7 @@ 1.1.0-preview1 seclerp + https://github.com/seclerp/dotnet-chrome-protocol MIT true