updated github workflows

This commit is contained in:
sreedev
2023-01-23 03:36:47 -05:00
parent 1a573fbf3f
commit fd1d214d62
2 changed files with 4 additions and 13 deletions

View File

@@ -6,21 +6,11 @@ env:
PROJECT_AUTH: "sreedevk"
on:
push:
tags:
- "[0-9]+.*"
release:
types:
- created
jobs:
create-release:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: taiki-e/create-gh-release-action@v1.6.2
with:
changelog: CHANGELOG.md
token: ${{ secrets.GITHUB_TOKEN }}
branch: main
upload-assets:
strategy:
matrix:

1
.gitignore vendored
View File

@@ -1,2 +1,3 @@
/target
/test_data
.envrc