Skip to content

Commit

Permalink
Update release.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
bsutton authored May 12, 2022
1 parent bf465a0 commit 128e259
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,11 +24,6 @@ jobs:
- uses: dart-lang/[email protected]
with:
sdk: ${{ matrix.sdk }}

# you can reference the tagged version via
- name: Get the version
id: get_version
run: echo ::set-output name=VERSION::${GITHUB_REF/refs\/tags\//}

- name: Install dependencies
run: dart pub get
Expand All @@ -44,7 +39,7 @@ jobs:
run: dart analyze

- name: Create release dir
run: mkdir bin/${{ matrix.os }}
run: mkdir bin/${{ runner.os }}

# Your project will need to have tests in test/ and a dependency on
# package:test for this step to succeed. Note that Flutter projects will
Expand Down

0 comments on commit 128e259

Please sign in to comment.