Skip to content

Commit

Permalink
only set-version for stackable-cockpit
Browse files Browse the repository at this point in the history
  • Loading branch information
xeniape committed Oct 18, 2024
1 parent b62a273 commit 491e616
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/pr_cockpit.yml
Original file line number Diff line number Diff line change
Expand Up @@ -163,7 +163,7 @@ jobs:
bin: cargo-set-version
- name: Update version if PR
if: ${{ github.event_name == 'pull_request' }}
run: cargo set-version --offline --workspace 0.0.0-pr${{ github.event.pull_request.number }}
run: cargo set-version --offline --package stackable-cockpit 0.0.0-pr${{ github.event.pull_request.number }}
- name: Build manifest list
run: |
# Creating manifest list
Expand Down

0 comments on commit 491e616

Please sign in to comment.