Skip to content

Commit

Permalink
ci: update env
Browse files Browse the repository at this point in the history
  • Loading branch information
MAHcodes committed May 18, 2024
1 parent bac45ca commit 6580b32
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,6 @@ jobs:
- run: gleam format --check src
- run: gleam publish -y
env:
HEXPM_USER: ${{ secrets.HEX_USERNAME }}
HEXPM_PASS: ${{ secrets.HEX_PASSWORD }}
HEXPM_API_KEY: ${{ secrets.HEX_DEPLOY_KEY }}

- uses: softprops/action-gh-release@v1
2 changes: 1 addition & 1 deletion gleam.toml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name = "catppuccin"
version = "3.0.3"
version = "3.0.5"

description = "⭐️ Soothing pastel library for Gleam"
licences = ["MIT"]
Expand Down

0 comments on commit 6580b32

Please sign in to comment.