Skip to content
This repository has been archived by the owner on Sep 9, 2024. It is now read-only.

Commit

Permalink
ci: fix invalid syntax
Browse files Browse the repository at this point in the history
  • Loading branch information
Puyodead1 committed Jun 20, 2021
1 parent 90b28ab commit d5498ed
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build-and-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
run: "chmod +x ./.github/release-helper && bash ./.github/release-helper"
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
+

- name: Make Artifact Directory
run: "mkdir ./artifacts"

Expand All @@ -38,7 +38,7 @@ jobs:
args: './artifacts/ChunkSpawnerLimiter-*.jar'
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

# - id: set_json
# run: echo "::set-output name=json::[{\"title\":\"New Release!\",\"url\":\"${{ steps.create_release.outputs.url }}\",\"description\":\"A new release has been published for ${{ github.repository }}\",\"color\":3329330,\"timestamp\":\"2021-06-15T00:22:23.172Z\",\"author\":{\"name\":\"${{ github.repository }}\"},\"fields\":[{\"name\":\"Build\",\"value\":\"${{ github.run_id }}\"},{\"name\":\"Changes\",\"value\":\"${{ steps.helper.outputs.COMMIT_MESSAGE }}\"}]}]"
# - name: Discord Release Message
Expand Down

0 comments on commit d5498ed

Please sign in to comment.