Skip to content

Commit

Permalink
fix typos
Browse files Browse the repository at this point in the history
  • Loading branch information
muhamadazmy committed Oct 17, 2023
1 parent 07191aa commit 673429b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/bin-package-18.04.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,10 +21,10 @@ jobs:
id: tag
run: |
ref="${{ github.ref }}"
if [[ "${{ github.ref_type }}" = "tag" ]]; then
if [ "${{ github.ref_type }}" = "tag" ]; then
echo "reference=${ref#refs/tags/}" >> $GITHUB_OUTPUT
else
echo "reference=${ref}"" >> $GITHUB_OUTPUT
echo "reference=${ref}" >> $GITHUB_OUTPUT
fi
- name: Setup basesystem
run: |
Expand Down

0 comments on commit 673429b

Please sign in to comment.