Skip to content

Commit

Permalink
update for prod release
Browse files Browse the repository at this point in the history
  • Loading branch information
htrinter committed Nov 26, 2023
1 parent f0f914c commit c7d0173
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release-action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: Build release
on:
push:
tags:
- 'testv*'
- 'v*'
jobs:
call-test-workflow:
uses: ./.github/workflows/test-workflow.yml
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release-workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ jobs:
with:
tag_name: ${{ github.ref }}
release_name: Release ${{ github.ref }}
draft: true
draft: false
prerelease: false
- name: Get package version
id: package_version
Expand Down

0 comments on commit c7d0173

Please sign in to comment.