Skip to content

Commit

Permalink
Update
Browse files Browse the repository at this point in the history
  • Loading branch information
prokawsar committed Jul 28, 2024
1 parent 43d4875 commit cd948a7
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,16 @@ on:
- modal

jobs:
release-on-push:
create-release-on-push:
runs-on: ubuntu-latest
permissions:
contents: write
pull-requests: read
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
steps:
- uses: rymndhng/release-on-push-action@master
with:
bump_version_scheme: minor
tag_prefix: 'v'
release_name: 'Release <RELEASE_VERSION>'

0 comments on commit cd948a7

Please sign in to comment.