Skip to content

Commit

Permalink
Move Echo Vars 2
Browse files Browse the repository at this point in the history
  • Loading branch information
damies13 committed Feb 23, 2024
1 parent 16a9649 commit 6f48046
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/Package.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -51,10 +51,6 @@ jobs:
run: |
datestr=$(date +%Y%m%d%H%M%S)
echo "datestr=$datestr" >> "$GITHUB_ENV"
- name: "Echo Vars 2"
run: |
echo matrix.platform: ${{ env.branchname }}
echo matrix.python: ${{ env.datestr }}
- name: Set Version Number to Branch Name
if: ${{ env.isrrelease == 1 }}
Expand All @@ -80,6 +76,10 @@ jobs:
echo "numver=$numver" >> "$GITHUB_ENV"
version=v$numver
echo "version=$version" >> "$GITHUB_ENV"
- name: "Echo Vars 2"
run: |
echo numver: ${{ env.numver }}
echo version: ${{ env.version }}
#
# - name: Update Version Number in python files
# run: |
Expand Down

0 comments on commit 6f48046

Please sign in to comment.