We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cf6cd3a commit 7ea235eCopy full SHA for 7ea235e
.github/workflows/changelogensets.yml
@@ -1,4 +1,4 @@
1
-name: release
+name: changelog
2
3
on:
4
push:
@@ -14,7 +14,7 @@ concurrency:
14
cancel-in-progress: ${{ github.event_name != 'push' }}
15
16
jobs:
17
- update-changelog:
+ update:
18
if: github.repository_owner == 'nuxt' && !contains(github.event.head_commit.message, 'v3.')
19
runs-on: ubuntu-latest
20
.github/workflows/release-nightly.yml
-name: ci
+name: release
@@ -10,7 +10,7 @@ on:
10
permissions: {}
11
12
13
- release:
+ nightly:
if: ${{ github.repository_owner == 'nuxt' && github.event_name == 'push' }}
permissions:
0 commit comments