Skip to content

Commit 44f958e

Browse files
committed
Merge branch 'main' of https://github.com/MOmarMiraj/onepassword-sdk-python into sdk-core/testthisbranch
2 parents dedf1da + 77e3af5 commit 44f958e

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ jobs:
3636
env:
3737
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
3838
run: |
39-
make prep-release VERSION={{ env.SDK_VERSION }} BUILD_NUMBER={{ env.SDK_BUILD_NUMBER }}
39+
make prep-release VERSION=${{ env.SDK_VERSION }} BUILD_NUMBER=${{ env.SDK_BUILD_NUMBER }}
4040
shell: bash
4141

4242
build-wheels:

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ release:
44
src/release/scripts/release.sh
55

66
prep-release:
7-
src/release/scripts/prep-release.sh $(VERSION) $(BUILD_NUMBER) "$(RELEASE_NOTES)"
7+
src/release/scripts/prep-release.sh $(VERSION) $(BUILD_NUMBER)
88

99
build-wheels:
1010
src/release/scripts/build-wheels.sh $(PYTHON_VERSIONS)

0 commit comments

Comments
 (0)