Add tag prefix on start PR
This commit is contained in:
@@ -24,9 +24,9 @@ jobs:
|
|||||||
echo "::set-output name=type::patch"
|
echo "::set-output name=type::patch"
|
||||||
fi
|
fi
|
||||||
|
|
||||||
- name: Increment a new release
|
- name: Create new Semantic Version
|
||||||
id: new_semantic_setup
|
|
||||||
uses: zwaldowski/semver-release-action@v2
|
uses: zwaldowski/semver-release-action@v2
|
||||||
|
id: new_semantic_setup
|
||||||
with:
|
with:
|
||||||
bump: ${{ steps.bump_setup.outputs.type }}
|
bump: ${{ steps.bump_setup.outputs.type }}
|
||||||
github_token: ${{ secrets.GITHUB_TOKEN }}
|
github_token: ${{ secrets.GITHUB_TOKEN }}
|
||||||
|
|||||||
Reference in New Issue
Block a user