summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSutou Kouhei <kou@clear-code.com>2023-04-13 11:15:30 +0900
committerSutou Kouhei <kou@clear-code.com>2023-04-13 11:15:30 +0900
commit7fa360af4940c05b467a011f45d20c828cf8df0c (patch)
tree3e676a0e222f50aa8cfda48db067e72f91f5e318
parentadb0f67d62651b330d14cbfdc9f2d496dcfd6601 (diff)
downloadrake-compiler-master.tar.gz
ci release: fix a typoHEADmaster
-rw-r--r--.github/workflows/release.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml
index 7cb510a..70ba3ff 100644
--- a/.github/workflows/release.yml
+++ b/.github/workflows/release.yml
@@ -20,6 +20,6 @@ jobs:
run: |
gh release create ${GITHUB_REF_NAME} \
--discussion-category Announcements \
- --notes-file release-node.md
+ --notes-file release-note.md
env:
GH_TOKEN: ${{ github.token }}