We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent be42b0a commit d854ca7Copy full SHA for d854ca7
1 file changed
.github/workflows/release.yml
@@ -41,6 +41,9 @@ jobs:
41
name: pypi
42
url: https://pypi.org/project/salesforce-data-customcode/
43
steps:
44
+ - name: Checkout code
45
+ uses: actions/checkout@v4
46
+
47
- name: Set up Python
48
uses: actions/setup-python@v5
49
with:
0 commit comments