Skip to content

Commit 644b5fa

Browse files
authored
chore: deploy to prod (#215)
1 parent ce67104 commit 644b5fa

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

.github/workflows/build.yaml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,11 @@ env:
55
CI_BUILD_NUM: ${{ github.run_id }}
66
CI_BRANCH: ${{ github.ref_name }}
77

8+
permissions:
9+
contents: write # semantic-release-dry verifies the write permissions
10+
issues: read # needed by semantic-release
11+
pull-requests: write # needed by semantic-release
12+
813
jobs:
914
test:
1015
name: Test

.releaserc.cjs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ module.exports = {
1414
}],
1515
['@semantic-release/exec', {
1616
prepareCmd: 'npm run deploy:ci && npm run test:postdeploy',
17-
publishCmd: 'npm run deploy:stage',
17+
publishCmd: 'npm run deploy:prod',
1818
successCmd: 'echo "${nextRelease.version}" > released.txt',
1919
}],
2020
'@semantic-release/github',

0 commit comments

Comments
 (0)