We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 093dd47 commit 03479d9Copy full SHA for 03479d9
1 file changed
.github/workflows/publish.yml
@@ -45,11 +45,6 @@ jobs:
45
with:
46
version: ${{ env.RELEASE_VERSION }}
47
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
-
53
- name: Checkout
54
uses: actions/checkout@v4
55
0 commit comments