npm check test on master

This commit is contained in:
Marco Carrozzo
2023-01-16 11:05:01 +01:00
parent 0663420b1b
commit 99adb9fcec
@@ -43,9 +43,9 @@ runs:
- name: set TAG_NPM to latest
shell: bash
if: ${{ inputs.branch_name }} == "master"
if: ${{ inputs.branch_name == "master" }}
run: echo "TAG_NPM=latest" >> $GITHUB_ENV
- name: set TAG_NPM to alpha
shell: bash
if: ${{ inputs.branch_name }} == "develop"
if: ${{ inputs.branch_name == "develop" }}
run: echo "TAG_NPM=alpha" >> $GITHUB_ENV