Skip to content

Commit fccf7a3

Browse files
author
Josh Newman
committed
fix: update version type
1 parent ce49769 commit fccf7a3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/release.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -63,13 +63,13 @@ jobs:
6363
id: get_version
6464
run: |
6565
version=$(git describe --abbrev=0 --match "v*.*.*" || echo "v0.1.0")
66-
echo ::set-output name=version::$version
66+
echo "{version=$version}" >> $GITHUB_OUTPUT
6767
- name: Next Version
6868
uses: technicallyjosh/next-version-action@v1
6969
id: version
7070
with:
7171
version: ${{ steps.get_version.outputs.version }}
72-
type: minor
72+
type: ${{ inputs.version_type }}
7373
- name: Tag
7474
uses: rickstaa/action-create-tag@v1
7575
with:

0 commit comments

Comments
 (0)