Skip to content

Commit

Permalink
Force string on action
Browse files Browse the repository at this point in the history
Signed-off-by: Matty Stratton <[email protected]>
  • Loading branch information
mattstratton committed Jan 5, 2024
1 parent 30f14e1 commit 72532b9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/prepare-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
id: version
with:
scheme: semver
increment: $TYPE
increment: "${{ env.TYPE }}"
- name: Update theme TOML
run: sed -i '' "s/${{ github.ref_name }}/${{ steps.version.outputs.version }}/g" ./theme.toml
- name: Generate Changelog
Expand Down

0 comments on commit 72532b9

Please sign in to comment.