Skip to content

Commit

Permalink
fix: correct version env name
Browse files Browse the repository at this point in the history
  • Loading branch information
anbraten committed Nov 19, 2022
1 parent e625139 commit 038c45c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
name: Release
runs-on: ubuntu-latest
env:
GITEA_VERSION: ${{ github.ref_name }}
VERSION: ${{ github.ref_name }}
steps:
- name: Checkout
uses: actions/checkout@v2
Expand Down

0 comments on commit 038c45c

Please sign in to comment.