Skip to content

Commit

Permalink
Fix not equal symbol
Browse files Browse the repository at this point in the history
  • Loading branch information
narin committed Nov 30, 2023
1 parent db4249c commit 3008d9d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ jobs:
git tag -a $TAG -m $TAG
git push origin $TAG
- name: Generate changelog
if: ${{ inputs.version_bump !== 'alpha' }} && ${{ inputs.version_bump !== 'beta' }}
if: ${{ inputs.version_bump != 'alpha' }} && ${{ inputs.version_bump != 'beta' }}
run: |
chmod +x .github/scripts/generate-changelog.sh
./.github/scripts/generate-changelog.sh ${{ inputs.package }} ${{ secrets.VA_MOBILE_ROBOT_GITHUB_PAT }}
Expand Down

0 comments on commit 3008d9d

Please sign in to comment.