Skip to content

Commit

Permalink
Additional export step
Browse files Browse the repository at this point in the history
  • Loading branch information
konraddysput committed Jul 2, 2024
1 parent 030c3c5 commit 1e85ab9
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,16 +4,17 @@ on:
push:
tags:
- "*.*.*"
env:
PACKAGE_VERSION: ${{ steps.extract_version.outputs.VERSION }}

jobs:
release:
runs-on: windows-latest

steps:
- name: print current tag version
run: echo "$PACKAGE_VERSION ./output/Backtrace$PACKAGE_VERSION.nupkg"
- name: Extract version from tag
run: echo "PACKAGE_VERSION=${GITHUB_REF/refs\/tags\/v/}" >> $GITHUB_ENV

- name: version
run: echo "./output/Backtrace$PACKAGE_VERSION.nupkg"

- name: Checkout code
uses: actions/checkout@v4
Expand Down

0 comments on commit 1e85ab9

Please sign in to comment.