Skip to content

Commit

Permalink
Fix branch name (#18)
Browse files Browse the repository at this point in the history
We were not running the build workflow on the release branch thus we were not creating the artifacts.
  • Loading branch information
fpacifici committed Oct 12, 2023
1 parent cab141b commit ecbe112
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build-jsonish.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ on:
push:
branches:
- main
- release-jsonish/**
- release-sentry-jsonish/**

jobs:
dist:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/build-jsonnet.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ on:
push:
branches:
- main
- release-jsonnet/**
- release-sentry-jsonnet/**

jobs:
dist:
Expand Down
1 change: 0 additions & 1 deletion sentry_jsonish/.craft.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@ changelogPolicy: auto
preReleaseCommand: bash ../sbin/bump-version.sh
releaseBranchPrefix: release-sentry-jsonish
targets:
- name: github
- name: pypi
- name: sentry-pypi
internalPypiRepo: getsentry/pypi

0 comments on commit ecbe112

Please sign in to comment.