Merge pull request 'changed to pull request only' (#24) from bugix/pipeline into staging
Reviewed-on: #24
This commit is contained in:
@@ -138,7 +138,7 @@ jobs:
|
|||||||
git config user.name "GitHub Actions"
|
git config user.name "GitHub Actions"
|
||||||
git config user.email "actions@github.com"
|
git config user.email "actions@github.com"
|
||||||
git tag ${{ needs.set-tag.outputs.tag_name }}
|
git tag ${{ needs.set-tag.outputs.tag_name }}
|
||||||
git push origin ${{ needs.set-tag.outputs.tag_name }}
|
git push -u origin ${{ needs.set-tag.outputs.tag_name }}
|
||||||
echo "Tag created and pushed successfully"
|
echo "Tag created and pushed successfully"
|
||||||
|
|
||||||
- name: Skip tag creation
|
- name: Skip tag creation
|
||||||
|
Reference in New Issue
Block a user