Skip to content

Commit acdd02a

Browse files
committed
skip orb publish for now
1 parent f6253aa commit acdd02a

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

.github/workflows/release.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -30,9 +30,9 @@ jobs:
3030
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
3131
# DOCKER_USERNAME: ${{ secrets.DOCKER_USERNAME }}
3232
# DOCKER_TOKEN: ${{ secrets.DOCKER_TOKEN }}
33-
CIRCLECI_CLI_TOKEN: ${{ secrets.CIRCLECI_CLI_TOKEN }}
34-
# BITBUCKET_USERNAME: ${{ secrets.BITBUCKET_USERNAME }}
35-
# BITBUCKET_TOKEN: ${{ secrets.BITBUCKET_TOKEN }}
33+
# CIRCLECI_CLI_TOKEN: ${{ secrets.CIRCLECI_CLI_TOKEN }}
34+
BITBUCKET_USERNAME: ${{ secrets.BITBUCKET_USERNAME }}
35+
BITBUCKET_TOKEN: ${{ secrets.BITBUCKET_TOKEN }}
3636
ARTIFACT_DIRECTORY: "/tmp/release-artifacts"
3737
steps:
3838
- uses: actions/checkout@v4

scripts/release/publish-dry-run.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,5 +21,5 @@ for script in $(dirname $0)/publish-runners/*.sh; do
2121
done
2222

2323
dry_run_gha
24-
dry_run_circleci
24+
# dry_run_circleci
2525
dry_run_bitbucket

0 commit comments

Comments
 (0)