We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 91c5e1d commit 6c55312Copy full SHA for 6c55312
.github/workflows/CICD.yml
@@ -19,6 +19,8 @@ jobs:
19
needs: test
20
if: github.ref == 'refs/heads/next' || github.ref == 'refs/heads/master'
21
steps:
22
+ - name: Checkout
23
+ uses: actions/checkout@v4
24
- name: Semantic Release
25
uses: cycjimmy/semantic-release-action@v3
26
id: semantic
0 commit comments