Skip to content

Commit

Permalink
Update release workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
HoKim98 committed Aug 29, 2022
1 parent e69e997 commit 85847a3
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 85847a3

Please sign in to comment.