Skip to content

Commit b1b2aa9

Browse files
committed
new calver
1 parent 9f77e0e commit b1b2aa9

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

.github/workflows/schedule.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -17,16 +17,16 @@ jobs:
1717
with:
1818
fetch-depth: "0"
1919

20-
- name: Increment and tag with CalVer
21-
id: tagit
22-
uses: mani-sh-reddy/calver-increment@v1.2.0
23-
env:
24-
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
20+
- name: CalVer
21+
id: calver
22+
uses: energostack/calver-action@v1
23+
with:
24+
prerelease: ${{ github.event_name == 'workflow_dispatch' }}
2525

2626
- name: Create Release
2727
uses: ncipollo/release-action@v1
2828
with:
29-
tag: ${{ steps.tagit.outputs.new_tag }}
29+
tag: ${{ steps.calver.outputs.next_version }}
3030

3131
- name: Get Version
3232
run: |

0 commit comments

Comments
 (0)