From 4df36691e498a9c70533f3698e68e068cc12d238 Mon Sep 17 00:00:00 2001 From: Alex Crichton Date: Mon, 30 Oct 2023 08:47:27 -0700 Subject: [PATCH] test --- .github/workflows/publish-artifacts.yml | 2 +- RELEASES.md | 2 ++ 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/workflows/publish-artifacts.yml b/.github/workflows/publish-artifacts.yml index 8c149003dc91..8d38e4b0eb40 100644 --- a/.github/workflows/publish-artifacts.yml +++ b/.github/workflows/publish-artifacts.yml @@ -11,7 +11,7 @@ jobs: publish: name: Publish artifacts of build runs-on: ubuntu-latest - if: github.repository == 'bytecodealliance/wasmtime' + #if: github.repository == 'bytecodealliance/wasmtime' steps: - uses: actions/checkout@v3 - run: | diff --git a/RELEASES.md b/RELEASES.md index 921bbd898833..5f98b35efa7a 100644 --- a/RELEASES.md +++ b/RELEASES.md @@ -6,6 +6,8 @@ Unreleased. ### Added +hello this is a test + ### Changed --------------------------------------------------------------------------------