We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent de99fa5 commit a1cbb2dCopy full SHA for a1cbb2d
.github/workflows/release.yml
@@ -35,7 +35,6 @@ jobs:
35
36
- name: Push version bump and tag
37
run: |
38
- git fetch --tags
39
git config user.name "github-actions"
40
git config user.email "[email protected]"
41
npm version ${{ github.event.inputs.bump }} --no-git-tag-version
@@ -49,6 +48,7 @@ jobs:
49
48
- name: Get merged PR titles and format release notes
50
id: changelog
51
+ git fetch --tags
52
prev_tag=$(git describe --tags --abbrev=0 HEAD^)
53
new_tag=$(git describe --tags --abbrev=0)
54
0 commit comments