Skip to content

Commit 2ca81cc

Browse files
committed
fix(ci/github/release): forgotten setup step
1 parent 8e047d3 commit 2ca81cc

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

.github/workflows/main.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,8 @@ jobs:
6666
runs-on: ubuntu-latest
6767
steps:
6868
- uses: actions/checkout@v5
69-
- uses: ./.github/actions/setup-semantic-release
69+
- uses: ./.github/actions/setup-semantic-release # node+semantic-release
70+
- uses: ./.github/actions/setup # poetry
7071
- run: semantic-release --branches ${{ github.ref_name }}
7172
env:
7273
GIT_AUTHOR_NAME: appland-release

.releaserc.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,4 +18,4 @@ plugins:
1818
- CHANGELOG.md
1919
- pyproject.toml
2020
- - '@semantic-release/exec'
21-
- publishCmd: "poetry publish --build -r <%= process.env.PUBLISH_REPO ? process.env.PUBLISH_REPO : 'pypi' %>"
21+
- publishCmd: "poetry publish --build -r <%= process.env.PUBLISH_REPO ? process.env.PUBLISH_REPO : 'pypi' %>"

0 commit comments

Comments
 (0)