From fd1d214d629b75c9ea66c68a67bf8e32a7899ac6 Mon Sep 17 00:00:00 2001 From: sreedev Date: Mon, 23 Jan 2023 03:36:47 -0500 Subject: [PATCH] updated github workflows --- .github/workflows/release.yml | 16 +++------------- .gitignore | 1 + 2 files changed, 4 insertions(+), 13 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 353129c..cd21307 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -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: diff --git a/.gitignore b/.gitignore index aff1ed5..345ad75 100644 --- a/.gitignore +++ b/.gitignore @@ -1,2 +1,3 @@ /target /test_data +.envrc