mirror of
https://github.com/withastro/astro.git
synced 2025-02-03 22:29:08 -05:00
fix: use ref_name for changeset
This commit is contained in:
parent
a4a6b7d871
commit
7a3819cfa9
1 changed files with 1 additions and 1 deletions
2
.github/workflows/ci.yml
vendored
2
.github/workflows/ci.yml
vendored
|
@ -218,7 +218,7 @@ jobs:
|
||||||
# We download all `dist/` artifacts from GitHub to skip the build process.
|
# We download all `dist/` artifacts from GitHub to skip the build process.
|
||||||
changelog:
|
changelog:
|
||||||
name: Changelog PR or Release
|
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]
|
needs: [lint, test, smoke]
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
steps:
|
steps:
|
||||||
|
|
Loading…
Add table
Reference in a new issue