Skip to content

Commit 5253adc

Browse files
author
Sam Harrison
committed
fix: checkout package before creating release
1 parent 4a16991 commit 5253adc

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/test-and-deploy.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,9 @@ jobs:
4242
needs: [ test ]
4343
runs-on: ubuntu-latest
4444
steps:
45+
- name: Checkout smtpapi-go
46+
uses: actions/checkout@v2
47+
4548
- name: Create GitHub Release
4649
uses: sendgrid/dx-automator/actions/release@main
4750
env:

0 commit comments

Comments
 (0)