Skip to content

Commit

Permalink
pass version to release build
Browse files Browse the repository at this point in the history
  • Loading branch information
ITProKyle committed Nov 15, 2024
1 parent 47762cf commit 2e2acae
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,8 @@ on:
jobs:
build:
uses: ./.github/workflows/build.yml
with:
version: ${{ github.event.release.tag_name }}
publish-release:
name: 🚀 Publish 📦 To Release
needs: build
Expand Down

0 comments on commit 2e2acae

Please sign in to comment.