Skip to content

Commit

Permalink
Fix typo in release workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
MaybeJustJames committed Dec 16, 2022
1 parent b1da860 commit 40a269e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
with:
pandoc-version: "2.19.2"
- name: Add meterials link to settings
run: echo "${{ format('release{0}', ':') }} {{ github.ref_name }}" >> settings.yml
run: echo "${{ format('release{0}', ':') }} ${{ github.ref_name }}" >> settings.yml
- name: Build materials
run: make
- name: Build Welcome email
Expand Down

0 comments on commit 40a269e

Please sign in to comment.