Skip to content

Commit

Permalink
fix rm
Browse files Browse the repository at this point in the history
  • Loading branch information
jsirianni committed Jan 22, 2024
1 parent ff16905 commit 0f84df2
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,11 @@ on:
permissions:
contents: write

# Run commits in order to prevent out of order write back commits.
concurrency:
group: ${{ github.head_ref || github.ref_name }}
cancel-in-progress: false

jobs:
goreleaser:
runs-on: ubuntu-latest
Expand Down

0 comments on commit 0f84df2

Please sign in to comment.