We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2aded0c commit 29aac8dCopy full SHA for 29aac8d
.github/workflows/build.yml
@@ -347,12 +347,6 @@ jobs:
347
name: php${{ matrix.php-version }}-${{ matrix.target }}
348
path: target/php${{ matrix.php-version }}-${{ matrix.target }}-${{ env.EXTENSION_NAME }}.dll
349
350
- - name: Get Cargo Version
351
- id: cargo_version
352
- run: |
353
- VERSION=$(grep '^version =' Cargo.toml | head -n 1 | sed 's/.*"\(.*\)".*/\1/')
354
- echo "VERSION=$VERSION" >> $GITHUB_ENV
355
-
356
- name: Create GitHub Release
357
id: create_release
358
uses: softprops/action-gh-release@v2
0 commit comments