Skip to content

Commit

Permalink
ci: update release build tag format (#758)
Browse files Browse the repository at this point in the history
ci: trigger release action on any tag format and enable release
  • Loading branch information
DeepakBomjan authored Sep 28, 2023
1 parent 6f00fb7 commit a241bc6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: Pre-release
on:
push:
tags:
- 'v*.*.*-alpha.*'
- '*'
permissions:
contents: write
packages: write
Expand Down Expand Up @@ -105,7 +105,7 @@ jobs:
body: |
${{ steps.Changelog.outputs.changelog }}
draft: false
prerelease: true
prerelease: false

- name: Upload Javascore contracts to release
uses: svenstaro/upload-release-action@v2
Expand Down

0 comments on commit a241bc6

Please sign in to comment.