Skip to content

Commit bc93040

Browse files
fix: Release issues (#92)
Co-authored-by: pyansys-ci-bot <92810346+pyansys-ci-bot@users.noreply.github.com>
1 parent 653abc0 commit bc93040

2 files changed

Lines changed: 3 additions & 2 deletions

File tree

‎.github/workflows/build_and_package.yml‎

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -223,7 +223,7 @@ jobs:
223223

224224
release:
225225
name: Release project
226-
if: ${{ github.event_name == 'push' && startsWith(github.ref, 'refs/tags/v') }}
226+
if: github.event_name == 'push' && startsWith(github.ref, 'refs/tags/v')
227227
needs: [build]
228228
runs-on: ubuntu-latest
229229
environment: release
@@ -254,7 +254,7 @@ jobs:
254254

255255

256256
docker:
257-
needs: build
257+
needs: [build, release]
258258
if: |
259259
always() &&
260260
needs.build.result == 'success' &&

‎doc/changelog.d/92.fixed.md‎

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
Release issues

0 commit comments

Comments
 (0)