Skip to content

Commit

Permalink
enh: auto generate releases
Browse files Browse the repository at this point in the history
  • Loading branch information
marco-souza committed Sep 30, 2024
1 parent 3f72b09 commit 56cb442
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 28 deletions.
19 changes: 0 additions & 19 deletions .github/workflows/tag-release.sh

This file was deleted.

12 changes: 5 additions & 7 deletions .github/workflows/tag-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,18 +4,16 @@ on:
push:
paths:
- plugin.json
- .github/workflows/tag-release.yml
- .github/workflows/tag-release.sh

jobs:
gh-release:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
with:
fetch-depth: 0

- name: Create release with tag
run: sh .github/workflows/tag-release.sh
env:
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
uses: marco-souza/tag-release@1.0.1
with:
version-file: plugin.json
token: ${{ secrets.GITHUB_TOKEN }}

4 changes: 2 additions & 2 deletions plugin.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"name": "marco-souza/ollero.nvim",
"description": "A plugin to open an input box for chating with Ollama",
"version": "1.0.0"
}
"version": "1.0.1"
}

0 comments on commit 56cb442

Please sign in to comment.