Skip to content

Commit

Permalink
Fix release script
Browse files Browse the repository at this point in the history
  • Loading branch information
acarlsen committed Nov 24, 2023
1 parent 09d472a commit 1278486
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
name: Release

permissions:
contents: write

on:
push:
tags:
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ repositories {
Put in your dependencies block:

```kotlin
implementation("dev.carlsen.flagkit:flagkit:1.0")
implementation("dev.carlsen.flagkit:flagkit:1.0.0")
```

## How to use
Expand Down

0 comments on commit 1278486

Please sign in to comment.