From 85847a3ebd7b1308a2cfad73dabbab497ad281cb Mon Sep 17 00:00:00 2001 From: Ho Kim Date: Mon, 29 Aug 2022 02:45:23 +0000 Subject: [PATCH] Update release workflow --- .github/workflows/build.yml | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 3ec537c3..fa8f7ac9 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -116,17 +116,17 @@ jobs: runs-on: ubuntu-latest permissions: contents: write + env: + GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} steps: - name: Checkout repository uses: actions/checkout@v3 - name: Release - uses: softprops/action-gh-release@v1 + uses: rymndhng/release-on-push-action@master with: - tag_name: edge - name: Automatic Release - body: Committed as ${{ github.sha }} - draft: false - prerelease: true - generate_release_notes: false + release_name: Automatic Release of Cutting-Edge NetAI Cloud + release_body: Committed as ${{ github.sha }} + bump_version_scheme: patch + use_github_release_notes: false