We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 8881220 + 6bb9f19 commit be4668eCopy full SHA for be4668e
.github/workflows/CD.yml
@@ -19,19 +19,14 @@ jobs:
19
20
echo "NAVIX_VERSION=$NAVIX_VERSION" >> $GITHUB_ENV
21
22
- - name: Create and push tag
23
- run: |
24
- echo "Creating tag ${{ env.NAVIX_VERSION }}"
25
- git tag ${{ env.NAVIX_VERSION }}
26
- git push --tags
27
-
28
- - name: Create changelog
+ - name: Create changelog and push tag
29
id: changelog
30
uses: TriPSs/conventional-changelog-action@v3
31
with:
32
github-token: ${{ secrets.GITHUB_TOKEN }}
33
- output-file: "false"
+ output-file: false
34
fallback-version: ${{ env.NAVIX_VERSION }}
+ skip-commit: true
35
36
- name: Create Release
37
uses: ncipollo/release-action@v1
0 commit comments