Skip to content

Commit

Permalink
ci: should fix all previous issues
Browse files Browse the repository at this point in the history
  • Loading branch information
WinDanesz committed Apr 15, 2022
1 parent 0be78ec commit 02928e1
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 55 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/DISCORD_CHANGELOG.tpl.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,10 @@
<@&544916564508409867>
<@&818228055751131186>
<:shiny:800825504369868830> **#{MOD_NAME}#** {{versionName}} is now available on CurseForge! <:shiny:800825504369868830>

:star: *What's Changed* :star:

{{.SECTION}}**$title**{{.SECTION}}
{{.COMMITS}}- $commit{{.COMMITS}}

:link: *Download it from CurseForge: #{URL}#/files/#{FILE_ID}#*
:link: **Download it from CurseForge: #{URL}#/files/#{FILE_ID}#**
(The link might take a few minutes to go be approved)
2 changes: 1 addition & 1 deletion .github/workflows/create_and_publish_release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@ jobs:
- name: Replace Tokens in Discord Announcement
uses: cschleiden/replace-tokens@v1
with:
files: '["**/DISCORD_ANNOUNCEMENT.txt"]'
files: ${{ github.workspace }}/.github/DISCORD_ANNOUNCEMENT.txt
env:
MOD_NAME: "${{ steps.build.outputs.name }}"
URL: "${{ steps.build.outputs.url }}"
Expand Down
52 changes: 0 additions & 52 deletions .github/workflows/discordtest.yml

This file was deleted.

0 comments on commit 02928e1

Please sign in to comment.