Skip to content

Commit

Permalink
Merge pull request #39 from LetsTimeIt/git-action-renaming
Browse files Browse the repository at this point in the history
Removing name hardcoding - there was no reason
  • Loading branch information
srenauld authored Dec 28, 2020
2 parents 2c0584e + 6b3aa2f commit 98f2f0f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/tagged-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ jobs:
- name: Change TOC version
run: |
cd .releases/${{steps.init.outputs.addon_name}}
sed -i 's/## Version: .*/## Version: ${{steps.get_version.outputs.VERSION_NO_V}}/g' ManbabyDungeonTools.toc
sed -i 's/## Version: .*/## Version: ${{steps.get_version.outputs.VERSION_NO_V}}/g' ${{steps.init.outputs.addon_name}}.toc
- name: Create retail zip
run: |
cd .releases
Expand Down

0 comments on commit 98f2f0f

Please sign in to comment.