Skip to content

Commit

Permalink
updated workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
insomnious committed Jul 23, 2024
1 parent 7607840 commit 293fa37
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
Expand Up @@ -41,9 +41,9 @@ jobs:
echo "version = $version"
echo "semver = $semver"
echo "tag = v$semver"
echo "version=$version" >> $GITHUB_OUTPUT
echo "semver=$semver" >> $GITHUB_OUTPUT
echo "tag=v$semver" >> $GITHUB_OUTPUT
echo "version=$version" >> $env:$GITHUB_OUTPUT
echo "semver=$semver" >> $env:$GITHUB_OUTPUT
echo "tag=v$semver" >> $env:$GITHUB_OUTPUT
- name: Display Version and Tag
shell: pwsh
run: |
Expand Down

0 comments on commit 293fa37

Please sign in to comment.