Skip to content

Commit

Permalink
fix: error in release workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
boholder committed Jun 9, 2024
1 parent a3397d2 commit 96a48c0
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 @@ -118,7 +118,7 @@ jobs:
>> ${{ env.CHANGELOG_TEMP_GITHUB }}
cp .changelog_temp ${{ env.CHANGELOG_TEMP_PLATFORM }}
printf "For additional information about this release, please check [this GitHub release page](https://github.com/khanshoaib3/minecraft-access/releases/tag/${{ GIT_VERSION_TAG }})." >> ${{ env.CHANGELOG_TEMP_PLATFORM }}
printf "For additional information about this release, please check [this GitHub release page](https://github.com/khanshoaib3/minecraft-access/releases/tag/${{ env.GIT_VERSION_TAG }})." >> ${{ env.CHANGELOG_TEMP_PLATFORM }}
# Action ref: https://github.com/Kir-Antipov/mc-publish
- name: Create Github Release
Expand Down

0 comments on commit 96a48c0

Please sign in to comment.