Skip to content

Commit 2d93e80

Browse files
committed
xzc\xa
1 parent aee2602 commit 2d93e80

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

.github/workflows/build.yml

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -33,23 +33,18 @@ jobs:
3333
runs-on: ubuntu-latest
3434

3535
outputs:
36-
github-run-id: ${{ github.run_id }}
37-
github-run-number: ${{ github.run_number }}
3836
is-release: ${{ startsWith(github.ref_name, 'release') }}
3937
is-preview: ${{ startsWith(github.ref_name, 'preview') }}
4038

4139
steps:
4240
- name: 'Set workflow variables'
4341
id: github
4442
run: |
45-
echo "github-run-id:${{ github.run_id }}"
46-
echo "github-run-number:${{ github.run_number }}"
4743
echo "is-release:${{ startsWith(github.ref_name, 'release') }}"
4844
echo "is-preview:${{ startsWith(github.ref_name, 'preview') }}"
4945
5046
versioning:
5147
name: 'Extract version (new)'
52-
needs: [workflow-variables]
5348
runs-on: ubuntu-latest
5449
outputs:
5550
friendly-version: ${{ steps.format-version.outputs.friendly-version }}

0 commit comments

Comments
 (0)