Skip to content

Commit 03479d9

Browse files
committed
Remove unused set package name step
1 parent 093dd47 commit 03479d9

1 file changed

Lines changed: 0 additions & 5 deletions

File tree

.github/workflows/publish.yml

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -45,11 +45,6 @@ jobs:
4545
with:
4646
version: ${{ env.RELEASE_VERSION }}
4747

48-
- name: Set Package Name
49-
run: |
50-
echo "PKG_NAME=./CompiledExpressions/bin/Release/CompiledExpressions.${{ env.RELEASE_VERSION }}.nupkg" >> $GITHUB_ENV
51-
echo "Using PKG_NAME = ${{ env.PKG_NAME }}"
52-
5348
- name: Checkout
5449
uses: actions/checkout@v4
5550
with:

0 commit comments

Comments
 (0)