Skip to content

Commit 75ae878

Browse files
committed
Clean up workflow definition
1 parent cfa6b6e commit 75ae878

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

.github/workflows/test-build.yml

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: Publish release
1+
name: Test built package
22

33
on:
44
pull_request:
@@ -15,9 +15,6 @@ jobs:
1515
with:
1616
token: ${{ secrets.GH_ACCESS_TOKEN_TOM }}
1717

18-
- id: get-version
19-
run: echo "version=$(echo ${{ github.head_ref }} | sed -E 's|^(release/|prerelease/)||')" >> "$GITHUB_OUTPUT"
20-
2118
- name: Use Node 22
2219
uses: actions/setup-node@v3
2320
with:

0 commit comments

Comments
 (0)