Skip to content

Commit

Permalink
.
Browse files Browse the repository at this point in the history
  • Loading branch information
pavelzw committed Jun 5, 2024
1 parent 6f1fe6b commit 78e0a4b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,7 @@ jobs:
release:
name: Create Release
needs: [metadata, build]
if: needs.metadata.outputs.release == 'true'
# if: needs.metadata.outputs.release == 'true'
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
Expand All @@ -115,7 +115,7 @@ jobs:
with:
pattern: pixi-pack-*
- run: |
ls pixi-pack-*
ls -la
# - name: Push v${{ needs.metadata.outputs.version }} tag
# run: |
# git tag v${{ needs.metadata.outputs.version }}
Expand Down

0 comments on commit 78e0a4b

Please sign in to comment.