mirror of
https://github.com/Alfresco/alfresco-content-app.git
synced 2026-09-09 18:02:54 +00:00
[ACA-4649] fix gha checks
This commit is contained in:
@@ -21,11 +21,11 @@ runs:
|
||||
- name: publish tag
|
||||
shell: bash
|
||||
run: |
|
||||
if [[ ${{ inputs.branch_name }} == "master" ]]; then
|
||||
if [[ "${{ inputs.branch_name }}" == "master" ]]; then
|
||||
VERSION=$(jq -cr '.version' < package.json)
|
||||
|
||||
echo "git tag -a ${VERSION} -m ${VERSION}"
|
||||
if [[ ${{ inputs.dry-run }} == false ]]; then
|
||||
if [[ "${{ inputs.dry-run }}" == "false" ]]; then
|
||||
git tag -a ${VERSION} -m "${VERSION} [ci skip] "
|
||||
git remote rm origin
|
||||
GITHUB_REPO=https://${{ inputs.github_token }}:x-oauth-basic@github.com/Alfresco/alfresco-content-app.git
|
||||
|
||||
Reference in New Issue
Block a user