We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e7c0a2f commit e19a964Copy full SHA for e19a964
.github/workflows/release-snapshot.yml
@@ -15,6 +15,8 @@ jobs:
15
steps:
16
- uses: actions/checkout@v4
17
- uses: ./.github/actions/gh-setup
18
+ - name: Build
19
+ run: yarn build
20
- id: variables
21
run: echo "tag=${{ github.event.inputs.tag != '' && github.event.inputs.tag || github.ref_name }}" >> $GITHUB_OUTPUT
22
- name: Creating .npmrc
0 commit comments