Skip to content

Commit

Permalink
fix release drafter 3
Browse files Browse the repository at this point in the history
  • Loading branch information
cgytrus committed Aug 3, 2023
1 parent 123b5a2 commit e10f81d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/draft.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
shell: bash
run: |
unzip "${{ github.workspace }}/dev/geode-nightly.zip"
echo "version=$(cat ${{ github.workspace }}/dev/geode-nightly/VERSION | xargs)" >> $GITHUB_OUTPUT
echo "version=$(cat ${{ github.workspace }}/dev/geode-nightly/geode-sdk-geode-*/VERSION | xargs)" >> $GITHUB_OUTPUT
- name: Move Files
run: |
Expand Down

0 comments on commit e10f81d

Please sign in to comment.