We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3e228db commit 085e3e2Copy full SHA for 085e3e2
2 files changed
.github/workflows/release-github.yml
@@ -4,6 +4,8 @@ on:
4
tags:
5
- "v*"
6
jobs:
7
+ test:
8
+ uses: ./.github/workflows/ci.yml
9
release:
10
environment: release-github
11
runs-on: ubuntu-latest
.github/workflows/release-npmjs.yml
environment: release-npmjs
0 commit comments