Skip to content

Commit

Permalink
chore(ci): remove unnecessary curly brackets
Browse files Browse the repository at this point in the history
  • Loading branch information
kkoomen committed Jul 20, 2022
1 parent 14c53e2 commit 8f9ca3e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ jobs:
if: matrix.target == 'win'
run: npm run build:binary:windows -- vim-doge-${{ matrix.target }}64
- name: Get release
if: ${{ github.event.inputs.tag_name == '' }}
if: github.event.inputs.tag_name == ''
id: get_release
uses: bruceadams/get-release@v1.2.3
env:
Expand Down

0 comments on commit 8f9ca3e

Please sign in to comment.