Skip to content

Commit

Permalink
fix: typo
Browse files Browse the repository at this point in the history
  • Loading branch information
Strobotti committed Feb 22, 2024
1 parent 685fc52 commit 06b4452
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,16 +3,14 @@ name: CI
on:
push:
branches: [main]
pull_request:

jobs:
test:
publish:
runs-on: ubuntu-latest
permissions:
contents: write

steps:

- uses: actions/checkout@v4

- name: Install Go
Expand All @@ -36,7 +34,7 @@ jobs:
run: task test

- name: Package files for Linux
run: task package_linux
run: task package:linux

- uses: go-semantic-release/action@v1
with:
Expand Down

0 comments on commit 06b4452

Please sign in to comment.