Skip to content

Commit

Permalink
Fix the tag name for releases
Browse files Browse the repository at this point in the history
  • Loading branch information
yorickpeterse committed Oct 30, 2023
1 parent 78f42ad commit 4277354
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
test:
runs-on: ubuntu-latest
container:
image: ghcr.io/inko-lang/aur:latest
image: ghcr.io/inko-lang/aur:main
steps:
- uses: actions/checkout@v4
- name: Running tests
Expand All @@ -24,7 +24,7 @@ jobs:
- test
runs-on: ubuntu-latest
container:
image: ghcr.io/inko-lang/aur:latest
image: ghcr.io/inko-lang/aur:main
permissions:
contents: write
steps:
Expand Down

0 comments on commit 4277354

Please sign in to comment.