Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
danielo515 committed Feb 16, 2023
1 parent d6d34d6 commit 0c0e77a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,6 @@ jobs:
haxe-version: 4.1.2
- run: |
haxe -version
haxelib submit . '${{ secrets.HAXELIB_PASSWORD }}'
haxelib submit . ${{ secrets.HAXELIB_PASSWORD }}
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
2 changes: 1 addition & 1 deletion haxelib.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"externs"
],
"description": "Create neovim plugins using Haxe",
"version": "0.1.3",
"version": "0.1.4",
"classPath": "src/",
"releasenote": "properly working as a lib",
"contributors": [
Expand Down

0 comments on commit 0c0e77a

Please sign in to comment.