Skip to content

Commit

Permalink
Merge pull request #3 from oaknational/rc
Browse files Browse the repository at this point in the history
fix: semantic release branch and doppler staging pull
  • Loading branch information
simonrose121 authored Aug 22, 2024
2 parents 613c712 + 53be0b8 commit 8e6f226
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
"db-seed": "turbo db-seed",
"dev": "FORCE_COLOR=1 turbo dev --parallel --filter=!db",
"doppler:pull:dev": "doppler secrets download --no-file --format env > .env",
"doppler:pull:stg": "doppler secrets download --env stg --no-file --format env > .env",
"doppler:pull:stg": "doppler secrets download --config stg --no-file --format env > .env",
"doppler:run:stg": "doppler run -c stg --silent",
"format": "prettier --write \"**/*.{ts,tsx,md}\"",
"lint": "turbo lint",
Expand Down
2 changes: 1 addition & 1 deletion release.config.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
module.exports = {
branches: ["release"],
branches: ["production"],
plugins: [
// Analyse commits.
// https://github.com/semantic-release/commit-analyzer/#rules-definition
Expand Down

0 comments on commit 8e6f226

Please sign in to comment.