Skip to content

Commit

Permalink
ci(releases): fix dev-version variable
Browse files Browse the repository at this point in the history
  • Loading branch information
Zeratoxx committed Mar 2, 2024
1 parent a627ae4 commit f9ec23c
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/latest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,8 @@ jobs:
runs-on: ubuntu-22.04
permissions:
contents: write
outputs:
dev-version: ${{ env.DEV_VERSION }}
steps:
- uses: actions/checkout@v4
- name: Delete Release and Tag
Expand All @@ -26,4 +28,4 @@ jobs:
needs: cleanup-of-dev-release
uses: ./.github/workflows/publish-release.yml
with:
version: ${{ env.DEV_VERSION }}
version: ${{ needs.cleanup-of-dev-release.outputs.dev-version }}

0 comments on commit f9ec23c

Please sign in to comment.