Skip to content

Commit

Permalink
i screwed up....
Browse files Browse the repository at this point in the history
  • Loading branch information
Bioblaze committed Dec 19, 2024
1 parent 4cf0d0c commit 5e61f24
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/build-release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
name: 🔍 Get Latest SHA & Base Version
runs-on: windows-latest
outputs:
version_string: ${{ steps.new_version.outputs.version_string }}
version_string: ${{ steps.new_version.outputs.version }}
steps:
- name: Checkout
uses: actions/checkout@v4
Expand Down Expand Up @@ -134,6 +134,7 @@ jobs:
retention-days: 1

release:
name: Deploy Github Release for Anko Highlighter
needs: build
runs-on: windows-latest
permissions:
Expand Down

0 comments on commit 5e61f24

Please sign in to comment.