Skip to content

Commit c29b3f1

Browse files
authored
Merge pull request #11 from forcedotcom/fixPublishHarder
Added step to check out code too.
2 parents be42b0a + d854ca7 commit c29b3f1

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/release.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,9 @@ jobs:
4141
name: pypi
4242
url: https://pypi.org/project/salesforce-data-customcode/
4343
steps:
44+
- name: Checkout code
45+
uses: actions/checkout@v4
46+
4447
- name: Set up Python
4548
uses: actions/setup-python@v5
4649
with:

0 commit comments

Comments
 (0)