Skip to content

Commit

Permalink
setup for testing
Browse files Browse the repository at this point in the history
  • Loading branch information
htrinter committed Nov 26, 2023
1 parent 293655d commit ac63c27
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:
- 'v*'
- 'testv*'
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 @@ -42,7 +42,7 @@ jobs:
tag_name: ${{ github.ref }}
release_name: Release ${{ github.ref }}
body: ${{ steps.changelog.outputs.text }}
draft: false
draft: true
prerelease: false
- name: Upload Firefox release assets
uses: actions/upload-release-asset@v1
Expand Down

0 comments on commit ac63c27

Please sign in to comment.