diff options
author | 2021-12-16 16:48:09 -0600 | |
---|---|---|
committer | 2021-12-16 16:48:09 -0600 | |
commit | 7a3819cfa96bd9a60b8ebb1737bd579df364babc (patch) | |
tree | a697a8dfe9659a760f5d56fe1bd4d96a376e7867 | |
parent | a4a6b7d871e2b31416ba0389e50187be8de7cc03 (diff) | |
download | astro-7a3819cfa96bd9a60b8ebb1737bd579df364babc.tar.gz astro-7a3819cfa96bd9a60b8ebb1737bd579df364babc.tar.zst astro-7a3819cfa96bd9a60b8ebb1737bd579df364babc.zip |
fix: use ref_name for changeset
-rw-r--r-- | .github/workflows/ci.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 9c9de5277..cd7b71311 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -218,7 +218,7 @@ jobs: # We download all `dist/` artifacts from GitHub to skip the build process. changelog: name: Changelog PR or Release - if: ${{ github.ref == 'main' && github.repository_owner == 'withastro' }} + if: ${{ github.ref_name == 'main' && github.repository_owner == 'withastro' }} needs: [lint, test, smoke] runs-on: ubuntu-latest steps: |