Skip to content

Commit

Permalink
Fix workflow file
Browse files Browse the repository at this point in the history
  • Loading branch information
wbaldoumas committed Aug 28, 2023
1 parent de33480 commit b007b9c
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name: Publish to NuGet

on:
push:
push:

jobs:
publish:
Expand Down Expand Up @@ -29,8 +29,8 @@ jobs:
- name: 🧹 Trim VERSION variable
run: echo "VERSION=$(echo "$VERSION" | xargs)" >> $GITHUB_ENV

- name: 🕵️‍♂️ Debug: Print VERSION variable
run: echo "Current VERSION=${{ env.VERSION }}"
- name: 🕵️‍♂️ Print VERSION variable
run: echo "Current VERSION=${{ env.VERSION }}"

- name: 🔎 check if version changed
run: |
Expand Down

0 comments on commit b007b9c

Please sign in to comment.