mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2026-04-23 22:30:37 +00:00
fix create git tag (#11357)
This commit is contained in:
committed by
GitHub
parent
c957beff7c
commit
ad41c0eae2
2
.github/actions/npm-check-bundle/action.yml
vendored
2
.github/actions/npm-check-bundle/action.yml
vendored
@@ -5,7 +5,7 @@ inputs:
|
||||
branch_name:
|
||||
description: "override GITHUB_REF_NAME"
|
||||
required: false
|
||||
default: $GITHUB_REF_NAME
|
||||
default: ${{ github.ref_name }}
|
||||
|
||||
runs:
|
||||
using: "composite"
|
||||
|
||||
2
.github/actions/set-npm-tag/action.yml
vendored
2
.github/actions/set-npm-tag/action.yml
vendored
@@ -9,7 +9,7 @@ inputs:
|
||||
branch_name:
|
||||
description: "override GITHUB_REF_NAME"
|
||||
required: false
|
||||
default: $GITHUB_REF_NAME
|
||||
default: ${{ github.ref_name }}
|
||||
|
||||
runs:
|
||||
using: "composite"
|
||||
|
||||
Reference in New Issue
Block a user