Skip to content

Commit

Permalink
release on pull
Browse files Browse the repository at this point in the history
  • Loading branch information
leoparente committed Nov 21, 2024
1 parent 3adbf21 commit fcc7ef2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/device-discovery-release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@ jobs:
- name: release dry-run
env:
SLACK_WEBHOOK: ${{ secrets.SLACK_SEMANTIC_RELEASE_WEBHOOK }}
run: npx semantic-release --debug --dry-run
run: npx semantic-release --debug --dry-run --no-ci --branches "${{ github.head_ref }}"
id: get-next-version
- name: Set short sha output
id: short-sha
Expand Down Expand Up @@ -243,4 +243,4 @@ jobs:
- name: Release
env:
SLACK_WEBHOOK: ${{ secrets.SLACK_OBSERVABILITY_RELEASE_WEBHOOK }}
run: npx semantic-release --debug
run: npx semantic-release --debug --no-ci --branches "${{ github.head_ref }}"

0 comments on commit fcc7ef2

Please sign in to comment.