Skip to content

Commit

Permalink
debug
Browse files Browse the repository at this point in the history
  • Loading branch information
blink1073 committed Jan 29, 2025
1 parent 3c4da88 commit 37b17ff
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,8 @@ on:
type: boolean
schedule:
- cron: '30 5 * * *'
# TODO: remove before merging
push:

env:
# Changes per repo
Expand Down Expand Up @@ -42,6 +44,10 @@ jobs:
outputs:
version: ${{ steps.pre-publish.outputs.version }}
steps:
- run:
env | grep VERSION
env | grep DRY_RUN
exit 1
- uses: mongodb-labs/drivers-github-tools/secure-checkout@v2
with:
app_id: ${{ vars.APP_ID }}
Expand Down

0 comments on commit 37b17ff

Please sign in to comment.