Skip to content

Commit

Permalink
Merge pull request #206 from unsplash/add-permission-workflow
Browse files Browse the repository at this point in the history
Add write permission to publish workflow

Post v0.8.2 update
  • Loading branch information
Magellol committed Apr 23, 2024
2 parents c4604d4 + 8b99e31 commit 5c105f6
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 1 deletion.
2 changes: 2 additions & 0 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,8 @@ jobs:
{ name: "macos", runner: "macos-latest" },
]
runs-on: ${{ matrix.os.runner }}
permissions:
contents: write
steps:
- uses: actions/checkout@v3
# Using Nix causes dynamic linking issues on macOS. It's easier to
Expand Down
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,10 @@

This project adheres to semantic versioning.

## 0.8.2 (2024-04-23)

Enable support for "✓" character

## 0.8.1 (2023-02-20)

Fixed flattening in the presence of callback tags.
Expand Down
2 changes: 1 addition & 1 deletion intlc.cabal
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
cabal-version: 2.2
name: intlc
version: 0.8.1
version: 0.8.2
license: MIT
build-type: Simple

Expand Down

0 comments on commit 5c105f6

Please sign in to comment.