Skip to content

Commit

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

- name: Move Files
run: |
Expand Down

0 comments on commit 2233b94

Please sign in to comment.