Skip to content

Commit

Permalink
Merge main into sweep/update-stylua-action-version_61c79
Browse files Browse the repository at this point in the history
  • Loading branch information
sweep-ai[bot] authored Feb 15, 2024
2 parents f8d0971 + 9d273ad commit 9914af2
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 0 deletions.
10 changes: 10 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,16 @@
name: Release
on:
push:
branches:
- release
pull_request:
branches:
- main
- release

permissions:
contents: write
pull-requests: write

jobs:
release:
Expand All @@ -13,6 +22,7 @@ jobs:
with:
release-type: simple
package-name: hurl.nvim
token: ${{ secrets.GITHUB_TOKEN }}
- uses: actions/checkout@v4
- name: tag stable versions
if: ${{ steps.release.outputs.release_created }}
Expand Down
1 change: 1 addition & 0 deletions version.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
0.1.0

0 comments on commit 9914af2

Please sign in to comment.